diff gui/src/MainWindow.cpp @ 13531:bb3676025b36

User can set a custom file editor instead of the built-in one.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Sun, 24 Jul 2011 20:52:48 +0200
parents 8c7390b78911
children fd87d6f7e185
line wrap: on
line diff
--- a/gui/src/MainWindow.cpp
+++ b/gui/src/MainWindow.cpp
@@ -31,8 +31,7 @@
 MainWindow::MainWindow (QWidget * parent):QMainWindow (parent),
 m_isRunning (true)
 {
-  QDesktopServices
-    desktopServices;
+  QDesktopServices desktopServices;
   m_settingsFile =
     desktopServices.storageLocation (QDesktopServices::HomeLocation) +
     "/.quint/settings.ini";