[Marble-commits] KDE/kdeedu/marble/src/lib
Bastian Holst
bastianholst at gmx.de
Sun Oct 3 21:26:01 CEST 2010
SVN commit 1182204 by bholst:
Exporting RoutingWidget.h and RoutingManager.h now
M +2 -0 CMakeLists.txt
M +2 -1 routing/RoutingWidget.h
--- trunk/KDE/kdeedu/marble/src/lib/CMakeLists.txt #1182203:1182204
@@ -370,6 +370,8 @@
geodata/data/Serializable.h
geodata/geodata_export.h
geodata/parser/GeoDocument.h
+ routing/RoutingWidget.h
+ routing/RoutingManager.h
TileCreator.h
PluginInterface.h
RenderPlugin.h
--- trunk/KDE/kdeedu/marble/src/lib/routing/RoutingWidget.h #1182203:1182204
@@ -14,6 +14,7 @@
#include "GeoDataCoordinates.h"
#include "GeoDataLineString.h"
#include "RoutingManager.h"
+#include "marble_export.h"
#include <QtCore/QModelIndex>
#include <QtGui/QWidget>
@@ -30,7 +31,7 @@
* a list view showing routing instructions and a interactive paint layer
* showing placemarks and the route
*/
-class RoutingWidget : public QWidget
+class MARBLE_EXPORT RoutingWidget : public QWidget
{
Q_OBJECT
More information about the Marble-commits
mailing list