--- a/QTfrontend/hwform.h Wed Jun 15 23:59:44 2011 +0200
+++ b/QTfrontend/hwform.h Sat Jun 18 03:14:45 2011 +0200
@@ -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);