diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-10-12 14:57:20 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-10-13 13:05:27 +0000 |
commit | 629c24abdcbefd3a282e8e69b0e6b65706cc9c2f (patch) | |
tree | 8463d0d6c1dafa81892bafa3a0ccd46dca109ad7 /src/libs/utils/newclasswidget.h | |
parent | c455e7878109984fb9b89bc142cf18ec85a4c337 (diff) | |
download | qt-creator-629c24abdcbefd3a282e8e69b0e6b65706cc9c2f.tar.gz |
FancyLineEdit: Refactor class
Rename the code that evaluates the text and make it a public
slot.
Change-Id: I843bf505fa6e33661fc840a1fd2ec13ceb210037
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/libs/utils/newclasswidget.h')
-rw-r--r-- | src/libs/utils/newclasswidget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/utils/newclasswidget.h b/src/libs/utils/newclasswidget.h index 0f85de5fb1..1d286772d7 100644 --- a/src/libs/utils/newclasswidget.h +++ b/src/libs/utils/newclasswidget.h @@ -155,10 +155,6 @@ public slots: */ void suggestClassNameFromBase(); -public slots: - /** Trigger an update (after changing settings) */ - void triggerUpdateFileNames(); - private slots: void slotUpdateFileNames(const QString &t); void slotValidChanged(); |