summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-10 16:08:12 +0100
committerJonathan Bauer2011-03-10 16:08:12 +0100
commit88a8b6e735b111c937d056c3c944b1444d5660f5 (patch)
treead6d1db3cc62bbb99965ab995e946040ce0df56c /src/main.cpp
parentcallback function when download queue is empty (diff)
downloadfbgui-88a8b6e735b111c937d056c3c944b1444d5660f5.tar.gz
fbgui-88a8b6e735b111c937d056c3c944b1444d5660f5.tar.xz
fbgui-88a8b6e735b111c937d056c3c944b1444d5660f5.zip
test function that returns a json, use: fbgui.getNames()
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b53f25e..f134d76 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,6 +22,12 @@ void printHelp()
int main(int argc, char *argv[])
{
+
+ /* TEST */
+
+
+ /* TEST */
+
QApplication app(argc, argv, QApplication::GuiServer);
app.setOrganizationName("team_projekt_2011");
app.setApplicationName("prebootGUI");