diff options
author | Chris Robinson <[email protected]> | 2013-06-27 21:42:38 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-06-27 21:42:38 -0700 |
commit | 2c7f94e285cfcb9bb1e534e47581b371d355d0f6 (patch) | |
tree | 9c7541179450ef23721e7915c573e533855d4ef7 /utils/alsoft-config/main.cpp | |
parent | a375104826d611cd4f65b53aca8c204a1395091e (diff) |
Remove the unused menu bar and status bar from alsoft-config
Diffstat (limited to 'utils/alsoft-config/main.cpp')
-rw-r--r-- | utils/alsoft-config/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |