diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-11-27 16:12:12 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-11-27 16:12:12 +0100 |
commit | a8ac34c34770fe329d6f0afbf60e0009fa8bb28e (patch) | |
tree | 779e96b71417ae1040aa465c091711d4ccf2c9a9 /src/plugins/help/help.pro | |
parent | f92814516366c83a32d6e87185ca5bff53560711 (diff) | |
download | qt-creator-a8ac34c34770fe329d6f0afbf60e0009fa8bb28e.tar.gz |
Options: Sort by category, id.
Separate category and trCategory and introduce sorting characters
to the categories. Same for id/name.
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 5375420fb3..525be8b294 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -11,6 +11,7 @@ DEFINES += QT_CLUCENE_SUPPORT \ HEADERS += helpplugin.h \ docsettingspage.h \ filtersettingspage.h \ + helpconstants.h \ helpmode.h \ centralwidget.h \ searchwidget.h \ |