From 2c7f94e285cfcb9bb1e534e47581b371d355d0f6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 27 Jun 2013 21:42:38 -0700 Subject: Remove the unused menu bar and status bar from alsoft-config --- utils/alsoft-config/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/alsoft-config/main.cpp') diff --git a/utils/alsoft-config/main.cpp b/utils/alsoft-config/main.cpp index 9e2d83c8..b48f94ec 100644 --- a/utils/alsoft-config/main.cpp +++ b/utils/alsoft-config/main.cpp @@ -6,6 +6,6 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); MainWindow w; w.show(); - + return a.exec(); } -- cgit v1.2.3