Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 548:c84dc8f6d017
Increase nag interval to 70 minutes
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 20 May 2014 15:08:00 +0000 |
parents | dec797c7230c |
children | 15121735805e |
comparison
equal
deleted
inserted
replaced
547:bf445b0e1126 | 548:c84dc8f6d017 |
---|---|
25 #include <QImage> | 25 #include <QImage> |
26 #include <QCheckBox> | 26 #include <QCheckBox> |
27 | 27 |
28 // The amount of time in minutes stay silent if we have | 28 // The amount of time in minutes stay silent if we have |
29 // something to say | 29 // something to say |
30 #define NAG_INTERVAL_MINUTES 60 | 30 #define NAG_INTERVAL_MINUTES 70 |
31 | 31 |
32 #ifndef APPNAME | 32 #ifndef APPNAME |
33 #define APPNAME "TrustBridge" | 33 #define APPNAME "TrustBridge" |
34 #endif | 34 #endif |
35 | 35 |