mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-13 00:07:27 -05:00
remove private constructor
This commit is contained in:
parent
1915fe2c08
commit
1affb0c2d3
@ -60,8 +60,6 @@ Since the paths are stored by order of preference, lower positions in the list t
|
||||
Unregisters a localized path
|
||||
%End
|
||||
|
||||
private:
|
||||
QgsLocalizedDataPathRegistry( const QgsLocalizedDataPathRegistry &other );
|
||||
};
|
||||
|
||||
/************************************************************************
|
||||
|
||||
@ -66,11 +66,6 @@ class CORE_EXPORT QgsLocalizedDataPathRegistry
|
||||
void unregisterPath( const QString &path );
|
||||
|
||||
private:
|
||||
#ifdef SIP_RUN
|
||||
QgsLocalizedDataPathRegistry( const QgsLocalizedDataPathRegistry &other )
|
||||
{}
|
||||
#endif
|
||||
|
||||
void readFromSettings();
|
||||
void writeToSettings();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user