summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-06 15:25:39 +0100
committerJonathan Bauer2011-03-06 15:25:39 +0100
commit91b664b21e0e7aac02018fd162f1d97e4b199dfe (patch)
treea70a3c63fa10f6487bcec733809a913f98f72903 /src/main.cpp
parentmisc (diff)
downloadfbgui-91b664b21e0e7aac02018fd162f1d97e4b199dfe.tar.gz
fbgui-91b664b21e0e7aac02018fd162f1d97e4b199dfe.tar.xz
fbgui-91b664b21e0e7aac02018fd162f1d97e4b199dfe.zip
slots in JSObject.h ordered & comments
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 4cf5f7a..f8c0880 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,6 +29,7 @@ int main(int argc, char *argv[])
gui->setParent(app);
/* Parse cmdline argus. */
+
//qDebug() << "Received " << argc << "arguments:";
//for (int i = 0; i < argc; i++)
// qDebug() << i + 1 << ": " << argv[i];