Skip to content

Commit

Permalink
fix astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Sep 22, 2023
1 parent 77b34af commit 5948672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion app/inpututils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <QWindow>
#include <QScreen>
#include <QApplication>
#include <QSortFilterProxyModel>

#include "qgsruntimeprofiler.h"
#include "qcoreapplication.h"
Expand Down
4 changes: 1 addition & 3 deletions app/inpututils.h
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ class InputUtils: public QObject
*/
Q_INVOKABLE static QString resolvePrefixForRelativePath( int relativeStorageMode, const QString &homePath, const QString &targetDir );


/**
* Returns absolute path of the file for given path and its prefix. If prefixPath is empty,
* returns given path.
Expand Down Expand Up @@ -412,7 +411,6 @@ class InputUtils: public QObject
*/
Q_INVOKABLE static QString evaluateExpression( const FeatureLayerPair &pair, QgsProject *activeProject, const QString &expression );


/**
* Returns the QVariant typeName of a \a field.
* This is a stable identifier (compared to the provider field name).
Expand Down Expand Up @@ -533,7 +531,7 @@ class InputUtils: public QObject
Q_INVOKABLE static QString layerAttribution( QgsMapLayer *layer );

/**
* Returns QGIS profiler data from loading of last project
* Returns QGIS profiler data
*/
static QVector<QString> qgisProfilerLog();

Expand Down

0 comments on commit 5948672

Please sign in to comment.