forked from qt-creator/qt-creator
Help: Implement a real external help window
With this patch it is just used with the context help "always show in external window" option. Change-Id: I4bc6ba8e0e241500f6970d4cb72f66ba02075ef5 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
This commit is contained in:
@@ -64,6 +64,9 @@ const char HELP_TR_CATEGORY[] = QT_TRANSLATE_NOOP("Help", "Help");
|
||||
|
||||
const char C_MODE_HELP [] = "Help Mode";
|
||||
const char C_HELP_SIDEBAR[] = "Help Sidebar";
|
||||
const char C_HELP_EXTERNAL[] = "Help.ExternalWindow";
|
||||
|
||||
const char CONTEXT_HELP[] = "Help.Context";
|
||||
|
||||
} // Constants
|
||||
} // Help
|
||||
|
||||
Reference in New Issue
Block a user