From 544c4714a4e1f6b5bedf7b58d07080c5a6dee860 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 5 Nov 2011 03:24:22 +0200 Subject: fixed config files access path's added code for qtsingleapplication for future also, i can't reproduce crashes --- client/ProxyClientApp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 client/ProxyClientApp.h (limited to 'client/ProxyClientApp.h') diff --git a/client/ProxyClientApp.h b/client/ProxyClientApp.h old mode 100644 new mode 100755 index c3c56af..a40177a --- a/client/ProxyClientApp.h +++ b/client/ProxyClientApp.h @@ -6,6 +6,7 @@ #include #include +//class ProxyClientApp: public QtSingleApplication //this will be paid later ))) class ProxyClientApp: public QApplication { Q_OBJECT @@ -18,4 +19,4 @@ private slots: }; -#endif \ No newline at end of file +#endif -- cgit v1.2.3