summaryrefslogtreecommitdiffstats
path: root/tools/assistant/tools/qhelpconverter/adpreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/assistant/tools/qhelpconverter/adpreader.h')
-rw-r--r--tools/assistant/tools/qhelpconverter/adpreader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/assistant/tools/qhelpconverter/adpreader.h b/tools/assistant/tools/qhelpconverter/adpreader.h
index f2e7509a8..740a4624b 100644
--- a/tools/assistant/tools/qhelpconverter/adpreader.h
+++ b/tools/assistant/tools/qhelpconverter/adpreader.h
@@ -50,15 +50,15 @@ QT_BEGIN_NAMESPACE
struct ContentItem {
ContentItem(const QString &t, const QString &r, int d)
- : title(t), reference(r), depth(d) {}
+ : title(t), reference(r), depth(d) {}
QString title;
QString reference;
- int depth;
+ int depth;
};
struct KeywordItem {
KeywordItem(const QString &k, const QString &r)
- : keyword(k), reference(r) {}
+ : keyword(k), reference(r) {}
QString keyword;
QString reference;
};