We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 7596d1a commit 55b47eaCopy full SHA for 55b47ea
src/plugins/plugin_template/plugin.cpp
@@ -22,27 +22,17 @@
22
23
#include <qgisinterface.h>
24
#include <qgisgui.h>
25
-#include <qgsmaplayer.h>
26
-#include <qgsrasterlayer.h>
+
27
#include "[pluginlcasename].h"
28
-//the gui subclass
29
#include "[pluginlcasename]gui.h"
30
31
//
32
// Qt4 Related Includes
33
34
35
-#include <QToolBar>
36
-#include <QMenuBar>
37
-#include <QMessageBox>
38
-#include <QMenu>
39
-#include <QLineEdit>
40
#include <QAction>
41
-#include <QApplication>
42
-#include <QCursor>
+#include <QToolBar>
43
44
-//non qt includes
45
-#include <iostream>
46
47
48
#ifdef WIN32
0 commit comments