QTfrontend/hwform.h
changeset 5294 67278f1cba2c
parent 5252 ded882439548
child 5567 44c9a577b082
--- a/QTfrontend/hwform.h	Tue Jun 21 16:43:05 2011 +0400
+++ b/QTfrontend/hwform.h	Thu Jun 23 21:19:43 2011 +0400
@@ -58,6 +58,7 @@
     GameUIConfig * config;
     QSettings * gameSettings; // Same file GameUIConfig points to but without the baggage.  Needs sync() calls if you want to get GameUIConfig changes though
     void updateXfire();
+    void PlayDemoQuick(const QString & demofilename);
 
 private slots:
     void GoToSaves();
@@ -161,7 +162,7 @@
     QSignalMapper * pageSwitchMapper;
 
 #ifdef __APPLE__
-        InstallController * panel;
+    InstallController * panel;
 #endif
 
     void OnPageShown(quint8 id, quint8 lastid=0);