Display warning that dives won't be downloaded when enabling libdc dump

The warning is only shown once per session.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-12-26 09:18:57 -08:00
parent 06875c7cbd
commit 5fca06c9e6
2 changed files with 10 additions and 3 deletions

View file

@ -70,6 +70,7 @@ private:
QString logFile;
QString dumpFile;
QTimer *timer;
bool dumpWarningShown;
public:
bool preferDownloaded();