Make "Edit/Advanced/Clean_Whitespace work on the current

selection (if there is one)
This commit is contained in:
mae
2009-09-09 16:37:09 +02:00
parent 16e7f0c16f
commit 99435d5f0e
3 changed files with 16 additions and 10 deletions

View File

@@ -110,7 +110,7 @@ public:
void reload(QTextCodec *codec);
void cleanWhitespace();
void cleanWhitespace(const QTextCursor &cursor);
signals:
void titleChanged(QString title);