aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/projectintropage.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2013-05-25 01:47:26 +0200
committerhjk <hjk121@nokiamail.com>2013-05-27 08:58:51 +0200
commitcfc8ce8c1bc49a8cf865aedaef9e07dc577de768 (patch)
tree60f08b8cf9ece7c3a607627b0c7bda009a743be4 /src/libs/utils/projectintropage.h
parent4e75fc8c54c8cfce49112f7aa23861b53a3ed844 (diff)
Remove changeEvent(QEvent::LanguageChange) implementation
This was implemented only for a small set of widgets. It's unlikely that we will ever have or even want a dynamic language selection, until then this code is only dead freight. Change-Id: I1bff4e1e89057786c0e5cb57225a508c5d390d9c Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Diffstat (limited to 'src/libs/utils/projectintropage.h')
-rw-r--r--src/libs/utils/projectintropage.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libs/utils/projectintropage.h b/src/libs/utils/projectintropage.h
index cb74e35494..b5520594ae 100644
--- a/src/libs/utils/projectintropage.h
+++ b/src/libs/utils/projectintropage.h
@@ -80,9 +80,6 @@ private slots:
void slotChanged();
void slotActivated();
-protected:
- virtual void changeEvent(QEvent *e);
-
private:
enum StatusLabelMode { Error, Warning, Hint };