[Marble-commits] KDE/kdeedu/marble/src/lib

Dennis Nienhüser earthwings at gentoo.org
Wed Nov 10 22:04:00 CET 2010


SVN commit 1195333 by nienhueser:

Commit 1194761 extended the interface, so the plugin interface version string needs to be increased. Please delete moc files in build/src/plugins/runner when updating if cmake does not pick the change up (it won't).

 M  +1 -1      RunnerPlugin.h  


--- trunk/KDE/kdeedu/marble/src/lib/RunnerPlugin.h #1195332:1195333
@@ -134,6 +134,6 @@
 
 Q_DECLARE_OPERATORS_FOR_FLAGS(Marble::RunnerPlugin::Capabilities)
 
-Q_DECLARE_INTERFACE( Marble::RunnerPlugin, "org.kde.Marble.RunnerPlugin/1.01" )
+Q_DECLARE_INTERFACE( Marble::RunnerPlugin, "org.kde.Marble.RunnerPlugin/1.02" )
 
 #endif // MARBLE_RUNNERPLUGIN_H


More information about the Marble-commits mailing list