Fixes: - missing F1 in tooltip on first IDE start

This commit is contained in:
Patrick Star
2008-12-04 13:44:15 +01:00
parent 908ee0e5de
commit c37f4d05d8
2 changed files with 9 additions and 1 deletions

View File

@@ -68,6 +68,7 @@ private:
QHelpEngineCore *m_helpEngine;
QString m_helpId;
QString m_toolTip;
bool m_helpEngineNeedsSetup;
};
} // namespace Internal