summaryrefslogtreecommitdiff
path: root/src/gui/search/SearchController.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-25 23:43:25 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-25 23:43:25 (GMT)
commitbfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8 (patch)
tree644bbe8435b3f31c738325cf55419860dd9fa6f4 /src/gui/search/SearchController.h
parentbeff3db8d291b00b47fc13a1b936fa4419e3d78d (diff)
downloadpowder-bfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8.zip
powder-bfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8.tar.gz
instant save option option, hold ctrl when clicking a save in the save preview to skip the entire preview and not load the comments
Diffstat (limited to 'src/gui/search/SearchController.h')
-rw-r--r--src/gui/search/SearchController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/search/SearchController.h b/src/gui/search/SearchController.h
index 8d811ab..40e0b4a 100644
--- a/src/gui/search/SearchController.h
+++ b/src/gui/search/SearchController.h
@@ -21,6 +21,7 @@ private:
double nextQueryTime;
std::string nextQuery;
bool nextQueryDone;
+ bool instantOpen;
void removeSelectedC();
void unpublishSelectedC();
public:
@@ -37,6 +38,7 @@ public:
void ShowOwn(bool show);
void ShowFavourite(bool show);
void Selected(int saveID, bool selected);
+ void InstantOpen(bool instant);
void OpenSave(int saveID);
void OpenSave(int saveID, int saveDate);
void Update();