Skip to content

Commit 34a7461

Browse files
mbernasocchipka
authored andcommitted
fixed GlobeClosed signal, now need to fix closeEvent
1 parent 930d124 commit 34a7461

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/plugins/globe/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ SET (globe_plugin_MOC_HDRS
2727
globe_plugin.h
2828
globe_plugin_gui.h
2929
globe_plugin_dialog.h
30+
qgsosgviewer.h
3031
)
3132

3233
SET (globe_plugin_RCCS globe_plugin.qrc)

src/plugins/globe/qgsosgviewer.h

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ using Qt::WindowFlags;
2929

3030
class QgsGLWidgetAdapter : public QGLWidget
3131
{
32+
Q_OBJECT
3233
public:
3334

3435
QgsGLWidgetAdapter( QWidget * parent = 0, const char * name = 0, const QGLWidget * shareWidget = 0, WindowFlags f = 0 );

0 commit comments

Comments
 (0)