We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0e25c commit 9fd91ffCopy full SHA for 9fd91ff
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