mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
A better current path macro
This commit is contained in:
parent
505f01a990
commit
973abedf3e
@ -10,7 +10,7 @@
|
||||
(QGeoPositionInfoSource::availableSources().isEmpty() \
|
||||
? "" : QGeoPositionInfoSource::availableSources().first())
|
||||
#define CURRENT_PATH(filename) \
|
||||
QString("%1/" filename).arg(QDir::currentPath())
|
||||
QDir::current().filePath(filename)
|
||||
|
||||
|
||||
#define WINDOW_SETTINGS_GROUP "Window"
|
||||
|
Loading…
Reference in New Issue
Block a user