Skip to content

Commit

Permalink
Use Q_GLOBAL_STATIC
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 2, 2019
1 parent c86ed78 commit 179fcf3
Show file tree
Hide file tree
Showing 11 changed files with 215 additions and 221 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgslogger.sip.in
Expand Up @@ -80,7 +80,7 @@ the function returns 1 if QGISDEBUG is defined and 0 if not*
Logs the message passed in to the logfile defined in QGIS_LOG_FILE if any. *
%End

static const QString logFile();
static QString logFile();
%Docstring
Reads the environment variable QGIS_LOG_FILE. Returns NULL if the variable is not set,
otherwise returns a file name for writing log messages to.*
Expand Down
3 changes: 0 additions & 3 deletions python/core/auto_generated/symbology/qgscptcityarchive.sip.in
Expand Up @@ -46,9 +46,6 @@ class QgsCptCityArchive
QVector< QgsCptCityDataItem * > rootItems() const;
QVector< QgsCptCityDataItem * > selectionItems() const;

protected:


private:
QgsCptCityArchive( const QgsCptCityArchive &rh );
};
Expand Down

0 comments on commit 179fcf3

Please sign in to comment.