diff options
author | kh1 <qt-info@nokia.com> | 2010-07-05 15:19:13 (GMT) |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-07-05 15:24:57 (GMT) |
commit | 0ea104433855c65866f583f9f7d347b17679df33 (patch) | |
tree | 07831949ec059b020827581eca07af32b66a8d46 | |
parent | f9ae198f02ebda5279ad7a98f68871f02f3a382b (diff) | |
download | Qt-0ea104433855c65866f583f9f7d347b17679df33.zip Qt-0ea104433855c65866f583f9f7d347b17679df33.tar.gz Qt-0ea104433855c65866f583f9f7d347b17679df33.tar.bz2 |
Set the registration time while using the collection generator to register.
Task-number: QTBUG-11911
Reviewed-by: ck
-rw-r--r-- | tools/assistant/tools/qcollectiongenerator/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/assistant/tools/qcollectiongenerator/main.cpp b/tools/assistant/tools/qcollectiongenerator/main.cpp index 7fcb4e1..b3f6bd9 100644 --- a/tools/assistant/tools/qcollectiongenerator/main.cpp +++ b/tools/assistant/tools/qcollectiongenerator/main.cpp @@ -459,6 +459,8 @@ int main(int argc, char *argv[]) return -1; } } + if (!config.filesToRegister().isEmpty()) + CollectionConfiguration::updateLastRegisterTime(helpEngine); if (!config.title().isEmpty()) CollectionConfiguration::setWindowTitle(helpEngine, config.title()); |