forked from qt-creator/qt-creator
TextEditor: Add option to prefer single line comments
Fixes: QTCREATORBUG-24017 Change-Id: Icf34710707b51ea9fbd348dd207950cffeedfdd3 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -58,6 +58,7 @@ public:
|
||||
|
||||
QTCREATOR_UTILS_EXPORT
|
||||
void unCommentSelection(QPlainTextEdit *edit,
|
||||
const CommentDefinition &definiton = CommentDefinition());
|
||||
const CommentDefinition &definiton = CommentDefinition(),
|
||||
bool preferSingleLine = false);
|
||||
|
||||
} // namespace Utils
|
||||
|
||||
Reference in New Issue
Block a user