Navigation Menu

Skip to content

Commit

Permalink
fixed GlobeClosed signal, now need to fix closeEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi authored and pka committed Jul 5, 2011
1 parent 930d124 commit 34a7461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/globe/CMakeLists.txt
Expand Up @@ -27,6 +27,7 @@ SET (globe_plugin_MOC_HDRS
globe_plugin.h
globe_plugin_gui.h
globe_plugin_dialog.h
qgsosgviewer.h
)

SET (globe_plugin_RCCS globe_plugin.qrc)
Expand Down
1 change: 1 addition & 0 deletions src/plugins/globe/qgsosgviewer.h
Expand Up @@ -29,6 +29,7 @@ using Qt::WindowFlags;

class QgsGLWidgetAdapter : public QGLWidget
{
Q_OBJECT
public:

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

0 comments on commit 34a7461

Please sign in to comment.