forked from qt-creator/qt-creator
Git: Remove unused default value
Change-Id: I2e9354cc675281a5025706d023e92d43c81910f6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
b45393461a
commit
0f2f2a59d2
@@ -99,7 +99,7 @@ public:
|
||||
|
||||
// Convenience to retrieve the file names from
|
||||
// the specification list. Optionally filter for a certain state
|
||||
QStringList filterFiles(const FileState &state = AllStates) const;
|
||||
QStringList filterFiles(const FileState &state) const;
|
||||
|
||||
static QString stateDisplayName(const FileState &state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user