summaryrefslogtreecommitdiff
path: root/src/tikzit.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-12-19 14:11:06 +0000
committerAleks Kissinger <aleks0@gmail.com>2018-12-19 14:11:06 +0000
commita923245a1151ffc36da25702a50a508d43094cd0 (patch)
treeb4f00f47de29809b0248daea3f61d8d271c71cd2 /src/tikzit.h
parent2332239082db6a33ee66bb08491c1e9cf099f9b6 (diff)
build in windows works
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();