diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-28 21:29:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-28 21:45:47 +0300 |
commit | 0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5 (patch) | |
tree | 6ed783279483538799567c38c2818c5dd136e302 /src/gui/windows/updaterwindow.cpp | |
parent | bb87f2911b63eaf80e49d689bf52ecf2042ae098 (diff) | |
download | ManaVerse-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.tar.gz ManaVerse-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.tar.bz2 ManaVerse-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.tar.xz ManaVerse-0b7ef18ac3c7fb4e3717f6311d4e21a31ff440d5.zip |
Move dialogs related function into separate file.
Diffstat (limited to 'src/gui/windows/updaterwindow.cpp')
-rw-r--r-- | src/gui/windows/updaterwindow.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/windows/updaterwindow.cpp b/src/gui/windows/updaterwindow.cpp index 49b2e986f..3248a3920 100644 --- a/src/gui/windows/updaterwindow.cpp +++ b/src/gui/windows/updaterwindow.cpp @@ -59,6 +59,8 @@ #include "debug.h" +UpdaterWindow *updaterWindow = nullptr; + const std::string xmlUpdateFile("resources.xml"); const std::string txtUpdateFile("resources2.txt"); const std::string updateServer2 |