diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2008-12-05 12:21:18 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2008-12-05 13:23:04 +0100 |
commit | ecfb77d469e3410f06c093a7696fe8939f4f0632 (patch) | |
tree | 749b320045d8049a8a659e74e1565fe8bda6af91 /src/libs/utils | |
parent | f2f9e8a8310a05ff088b7122f65bf51ebd5378e5 (diff) | |
download | qt-creator-ecfb77d469e3410f06c093a7696fe8939f4f0632.tar.gz |
Separate scope in classes quickopen filter
The scope of the classes is now separated and displayed in the second
column, and not included in the search.
Diffstat (limited to 'src/libs/utils')
-rw-r--r-- | src/libs/utils/pathchooser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/utils/pathchooser.h b/src/libs/utils/pathchooser.h index 7ae60a255b..ab821d5df1 100644 --- a/src/libs/utils/pathchooser.h +++ b/src/libs/utils/pathchooser.h @@ -30,6 +30,7 @@ ** version 1.2, included in the file GPL_EXCEPTION.txt in this package. ** ***************************************************************************/ + #ifndef PATHCHOOSER_H #define PATHCHOOSER_H |