summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tikzit.h')
-rw-r--r--src/tikzit.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/tikzit.h b/src/tikzit.h
index 3d4847d..9011cc3 100644
--- a/src/tikzit.h
+++ b/src/tikzit.h
@@ -137,8 +137,10 @@ public:
public slots:
void setCheckForUpdates(bool check);
- void checkForUpdates();
- void updateReply(QNetworkReply *reply);
+ void checkForUpdates(bool manual);
+ void updateAuto(QNetworkReply *reply);
+ void updateManual(QNetworkReply *reply);
+ void updateReply(QNetworkReply *reply, bool manual);
void makePreview();
void cleanupLatex();