|
17 | 17 |
|
18 | 18 |
|
19 | 19 | #include <QDateTime> |
20 | | -#include <QDomNode> |
21 | | -#include <QFileInfo> |
22 | | -#include <QSettings> // TODO: get rid of it [MD] |
23 | 20 | #include <QDir> |
24 | | -#include <QFile> |
25 | 21 | #include <QDomDocument> |
26 | 22 | #include <QDomElement> |
27 | 23 | #include <QDomImplementation> |
| 24 | +#include <QDomNode> |
| 25 | +#include <QFile> |
| 26 | +#include <QFileInfo> |
| 27 | +#include <QSettings> // TODO: get rid of it [MD] |
28 | 28 | #include <QTextStream> |
29 | 29 | #include <QUrl> |
30 | 30 |
|
31 | 31 | #include <sqlite3.h> |
32 | 32 |
|
| 33 | +#include "qgsapplication.h" |
| 34 | +#include "qgscoordinatereferencesystem.h" |
| 35 | +#include "qgsdatasourceuri.h" |
33 | 36 | #include "qgslogger.h" |
34 | | -#include "qgsrectangle.h" |
35 | 37 | #include "qgsmaplayer.h" |
36 | | -#include "qgscoordinatereferencesystem.h" |
37 | | -#include "qgsapplication.h" |
38 | 38 | #include "qgsmaplayerlegend.h" |
39 | 39 | #include "qgsmaplayerstylemanager.h" |
40 | | -#include "qgsproject.h" |
| 40 | +#include "qgspluginlayer.h" |
41 | 41 | #include "qgspluginlayerregistry.h" |
42 | 42 | #include "qgsprojectfiletransform.h" |
43 | | -#include "qgsdatasourceuri.h" |
44 | | -#include "qgsvectorlayer.h" |
45 | | -#include "qgsrasterlayer.h" |
46 | | -#include "qgspluginlayer.h" |
| 43 | +#include "qgsproject.h" |
47 | 44 | #include "qgsproviderregistry.h" |
| 45 | +#include "qgsrasterlayer.h" |
| 46 | +#include "qgsrectangle.h" |
| 47 | +#include "qgsvectorlayer.h" |
48 | 48 |
|
49 | 49 | QgsMapLayer::QgsMapLayer( QgsMapLayer::LayerType type, |
50 | 50 | QString lyrname, |
@@ -754,12 +754,13 @@ QString QgsMapLayer::lastError() |
754 | 754 | return QString(); |
755 | 755 | } |
756 | 756 |
|
| 757 | +#if 0 |
757 | 758 | void QgsMapLayer::connectNotify( const char * signal ) |
758 | 759 | { |
759 | 760 | Q_UNUSED( signal ); |
760 | 761 | QgsDebugMsgLevel( "QgsMapLayer connected to " + QString( signal ), 3 ); |
761 | 762 | } // QgsMapLayer::connectNotify |
762 | | - |
| 763 | +#endif |
763 | 764 |
|
764 | 765 |
|
765 | 766 | void QgsMapLayer::toggleScaleBasedVisibility( bool theVisibilityFlag ) |
|
0 commit comments