Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-02-06 21:25:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:11:49 +0300
commit58b0bd4baf4e393f3163448add27b2a4ec1922a1 (patch)
tree3c935bf15a840f55ada93517f85bcb3fd07f2e44 /qt/mainwindow.hpp
parent9b164728dc52e1203d5e0836428233046f87800f (diff)
Download Dialog now saves it's state after closing
Diffstat (limited to 'qt/mainwindow.hpp')
-rw-r--r--qt/mainwindow.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt/mainwindow.hpp b/qt/mainwindow.hpp
index 5e704ef7a5..8c41f0eaeb 100644
--- a/qt/mainwindow.hpp
+++ b/qt/mainwindow.hpp
@@ -12,14 +12,16 @@ namespace qt
{
class FindTableWnd;
class DrawWidget;
+ class UpdateDialog;
class MainWindow : public QMainWindow
{
DrawWidget * m_pDrawWidget;
QDockWidget * m_pClassifDock;
//FindTableWnd * m_pFindTable;
+ UpdateDialog * m_updateDialog;
- storage::Storage m_Storage;
+ storage::Storage m_storage;
Q_OBJECT