[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Thu May 6 17:32:41 CEST 2010
SVN commit 1123668 by jmhoffmann:
Coding style: There should be a space after an opening and before a closing parenthesis.
U MarbleMap.cpp
U MarbleMap.h
M +3 -1 MarbleWidget.cpp
U MarbleWidget.h
--- trunk/KDE/kdeedu/marble/src/lib/MarbleWidget.cpp #1123667:1123668
@@ -171,7 +171,9 @@
#ifdef MARBLE_DBUS
QDBusConnection::sessionBus().registerObject("/MarbleWidget", m_widget,
- QDBusConnection::ExportAllSlots | QDBusConnection::ExportAllSignals | QDBusConnection::ExportAllProperties);
+ QDBusConnection::ExportAllSlots
+ | QDBusConnection::ExportAllSignals
+ | QDBusConnection::ExportAllProperties );
#endif
// Widget settings
More information about the Marble-commits
mailing list