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 4ebbf0b commit 8994f92Copy full SHA for 8994f92
src/app/qgisapp.h
@@ -500,10 +500,10 @@ class QgisApp : public QMainWindow
500
void fileNew( bool thePromptToSaveFlag );
501
//! Create a new empty vector layer
502
void newVectorLayer();
503
- //#ifdef HAVE_SPATIALITE
+ #ifdef HAVE_SPATIALITE
504
//! Create a new empty spatialite layer
505
void newSpatialiteLayer();
506
- //#endif
+ #endif
507
//! Print the current map view frame
508
void newPrintComposer();
509
void showComposerManager();
0 commit comments