]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/app.h
Preliminary support for passing in filenames from the command line.
[virtualjaguar] / src / gui / app.h
index 9de170a7736900a177fea4351729369f3a6361cc..85462ff40d9d3c76ed406be64501078050b85d24 100644 (file)
@@ -1,7 +1,7 @@
 //
 // app.h: Header file
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2009 Underground Software
 //
 
@@ -25,7 +25,11 @@ class App: public QApplication
 
        // Globally accessible stuff goes here...
        // Although... Globally accessible stuff should go into settings.cpp...
+       // Unless it's stuff related to the GUI, then it should go here. :-P
+       // And we make these class variables so we don't have to muck around with
+       // chasing down instances of the object...
 //     public:
+//             static QString filenameToRun;
 };
 
 #endif // __APP_H__