forked from qt-creator/qt-creator
Make "Edit/Advanced/Clean_Whitespace work on the current
selection (if there is one)
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
|
||||
void reload(QTextCodec *codec);
|
||||
|
||||
void cleanWhitespace();
|
||||
void cleanWhitespace(const QTextCursor &cursor);
|
||||
|
||||
signals:
|
||||
void titleChanged(QString title);
|
||||
|
||||
Reference in New Issue
Block a user