diff options
Diffstat (limited to 'src/dolphinapplication.cpp')
| -rw-r--r-- | src/dolphinapplication.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/dolphinapplication.cpp b/src/dolphinapplication.cpp index 9e6d0565f..ad345dbeb 100644 --- a/src/dolphinapplication.cpp +++ b/src/dolphinapplication.cpp @@ -27,7 +27,7 @@ #include <QDBusConnection> DolphinApplication::DolphinApplication() : - m_lastId(0) + m_lastId(0) { new ApplicationAdaptor(this); QDBusConnection::sessionBus().registerObject("/dolphin/Application", this); @@ -78,8 +78,7 @@ int DolphinApplication::newInstance() for (int i = 0; i < args->count(); ++i) { openWindow(args->arg(i)); } - } - else { + } else { openWindow(QString()); } |
