mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
indentation update
This commit is contained in:
parent
0c0293e9b8
commit
e225385aaa
@ -102,7 +102,7 @@ class CORE_EXPORT QgsNetworkAccessManager : public QNetworkAccessManager
|
|||||||
void requestAboutToBeCreated( QNetworkAccessManager::Operation, const QNetworkRequest &, QIODevice * );
|
void requestAboutToBeCreated( QNetworkAccessManager::Operation, const QNetworkRequest &, QIODevice * );
|
||||||
void requestCreated( QNetworkReply * );
|
void requestCreated( QNetworkReply * );
|
||||||
void requestTimedOut( QNetworkReply * );
|
void requestTimedOut( QNetworkReply * );
|
||||||
/** Emited when request was sent by request()
|
/** Emitted when request was sent by request()
|
||||||
* @param reply request reply
|
* @param reply request reply
|
||||||
* @param sender the object which called request() slot.
|
* @param sender the object which called request() slot.
|
||||||
*/
|
*/
|
||||||
|
@ -53,6 +53,7 @@ except ImportError:
|
|||||||
except:
|
except:
|
||||||
raise Exception("Cannot find 'grass' Python module. Python is supported by GRASS from version >= 6.4")
|
raise Exception("Cannot find 'grass' Python module. Python is supported by GRASS from version >= 6.4")
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
# see https://grasswiki.osgeo.org/wiki/Convert_all_GRASS_6_vector_maps_to_GRASS_7
|
# see https://grasswiki.osgeo.org/wiki/Convert_all_GRASS_6_vector_maps_to_GRASS_7
|
||||||
grass.message('Building topology')
|
grass.message('Building topology')
|
||||||
|
@ -398,7 +398,7 @@ class GRASS_LIB_EXPORT QgsGrassProvider : public QgsVectorDataProvider
|
|||||||
|
|
||||||
signals:
|
signals:
|
||||||
// TODO: move to QGIS core?
|
// TODO: move to QGIS core?
|
||||||
// Emited when a fields was added/deleted so that other layers sharing the same layer
|
// Emitted when a fields was added/deleted so that other layers sharing the same layer
|
||||||
// may be updated
|
// may be updated
|
||||||
void fieldsChanged();
|
void fieldsChanged();
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ class GRASS_LIB_EXPORT QgsGrassVectorMap : public QObject
|
|||||||
/** Close all iterators. Connected to iterators in different threads with Qt::BlockingQueuedConnection */
|
/** Close all iterators. Connected to iterators in different threads with Qt::BlockingQueuedConnection */
|
||||||
void closeIterators();
|
void closeIterators();
|
||||||
|
|
||||||
/** Emited when data were reloaded */
|
/** Emitted when data were reloaded */
|
||||||
void dataChanged();
|
void dataChanged();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user