Clear clipboard only if copied text is still present.

Closes #198
This commit is contained in:
Felix Geyer 2014-05-26 18:41:48 +02:00
parent 916ab99d62
commit 7137990a21
2 changed files with 10 additions and 2 deletions

View file

@ -43,6 +43,7 @@ private:
static Clipboard* m_instance;
QTimer* m_timer;
QString m_lastCopied;
};
inline Clipboard* clipboard() {