1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-04 14:49:30 +02:00

Code cleanup

This commit is contained in:
2016-03-19 17:24:53 +01:00
parent 17ab241a6d
commit a80de92691
8 changed files with 10 additions and 9 deletions

View File

@ -23,8 +23,8 @@ public:
QString last();
QString first();
bool isLast();
bool isFirst();
bool isLast() const;
bool isFirst() const;
private slots:
void reloadDirectory(const QString &path);