diff -r bf6d4bc531d2 -r 67278f1cba2c QTfrontend/hwform.h --- 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);