File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,13 @@ const QString QgsApplication::splashPath()
131
131
return mPkgDataPath + QString (" /images/splash/" );
132
132
}
133
133
134
+ /* !
135
+ Returns the path to the icons image directory.
136
+ */
137
+ const QString QgsApplication::iconsPath ()
138
+ {
139
+ return mPkgDataPath + QString (" /images/icons/" );
140
+ }
134
141
/* !
135
142
Returns the path to the srs.db file.
136
143
*/
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ class QgsApplication: public QApplication
50
50
51
51
// ! Returns the path to the splash screen image directory.
52
52
static const QString splashPath ();
53
+
54
+ // ! Returns the path to the icons image directory.
55
+ static const QString iconsPath ();
53
56
54
57
// ! Returns the path to the srs.db file.
55
58
static const QString srsDbFilePath ();
You can’t perform that action at this time.
0 commit comments