Skip to content

Commit 56b4da6

Browse files
committedAug 6, 2015
[server] Minor style change
1 parent d1b7bbe commit 56b4da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgsserverinterfaceimpl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ class QgsServerInterfaceImpl : public QgsServerInterface
5454
QString getEnv( const QString& name ) const override;
5555
QString configFilePath( ) override { return mConfigFilePath; }
5656
void setConfigFilePath( QString configFilePath ) override;
57-
5857
void setFilters( QgsServerFiltersMap *filters ) override;
58+
5959
private:
6060

6161
QString mConfigFilePath;

0 commit comments

Comments
 (0)
Please sign in to comment.