summaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-11-19 23:57:03 +0100
committerJanosch Knack <j.knack@micromata.com>2016-11-20 10:02:54 +0100
commitb2eac986eba5c5d459487f4590a136c6d6c73aad (patch)
treecfd05177ebdd85668707af1a8700efe575417faf /mainwindow.h
parentaeb425a12c1e3221fcc1a12d731db5b6a05cc503 (diff)
Pedantic uint cleanup and TODO for other ugly casts
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 74e4b2e3..d9b415e8 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -227,7 +227,7 @@ private:
void initTrayIcon();
void destroyTrayIcon();
bool removeDir(const QString &dirName);
- void waitFor(int seconds);
+ void waitFor(uint seconds);
void clearTemplateWidgets();
void reencryptPath(QString dir);
void addToGridLayout(int position, const QString &field,