diff include/main.h @ 15:c262e17de9b1

db download skip-mode.
author pyon@macmini
date Sat, 08 Jun 2019 15:50:59 +0900
parents f5ffc34f045a
children b651aa41b9d4
line wrap: on
line diff
--- a/include/main.h	Sun Dec 09 14:38:15 2018 +0900
+++ b/include/main.h	Sat Jun 08 15:50:59 2019 +0900
@@ -1,5 +1,5 @@
 // Filename   : main.h
-// Last Change: 2018-11-14  11:32:46.
+// Last Change: 2019-05-28  10:08:07.
 //
 #include <wx/wx.h>
 #include <wx/config.h>
@@ -16,15 +16,17 @@
 	private:
 		wxFileConfig *config;
 		wxString      conf_file;
-		int			  splash = 150;
-		wxString      unlock_key;
+		int			  m_splash = 150;
+		wxString      m_unlock_key;
 		wxString	  m_serveraddr;
 		int     	  m_serverport;
 		wxString	  m_dbdir;
+		bool		  m_qdlhhs;
         bool          develop;
 
 	public:
 		wxRect rect;
+		int    pzoom;
 
 		MyApp();
 		~MyApp();