summaryrefslogtreecommitdiff
path: root/src/plugins/mercurial/srcdestdialog.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/plugins/mercurial/srcdestdialog.h
parent4e75fc8c54c8cfce49112f7aa23861b53a3ed844 (diff)
downloadqt-creator-cfc8ce8c1bc49a8cf865aedaef9e07dc577de768.tar.gz
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/plugins/mercurial/srcdestdialog.h')
-rw-r--r--src/plugins/mercurial/srcdestdialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/mercurial/srcdestdialog.h b/src/plugins/mercurial/srcdestdialog.h
index a9e70c14a3..ffe42d0422 100644
--- a/src/plugins/mercurial/srcdestdialog.h
+++ b/src/plugins/mercurial/srcdestdialog.h
@@ -45,12 +45,10 @@ class SrcDestDialog : public QDialog
public:
SrcDestDialog(QWidget *parent = 0);
~SrcDestDialog();
+
void setPathChooserKind(Utils::PathChooser::Kind kind);
QString getRepositoryString() const;
-protected:
- void changeEvent(QEvent *e);
-
private:
Ui::SrcDestDialog *m_ui;
};