summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager/profileeditor.h
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2012-03-27 23:18:46 +0400
committerhjk <qthjk@ovi.com>2012-03-28 08:38:41 +0200
commit7ae82b9f9453251861394ce9bec95d704353f83b (patch)
tree2bfc313abb7e1b0570664d2b9c976c362bdb74e5 /src/plugins/qt4projectmanager/profileeditor.h
parentaa722e6a608d04a943267514f1f043e37b19e874 (diff)
downloadqt-creator-7ae82b9f9453251861394ce9bec95d704353f83b.tar.gz
Added TextEditor commands FollowSymbol and JumpToFile.
Most of editors have "jump to file" or "follow symbol" actions. This patch reduces amount of related boilerplate code. New actions are made optional to prevent shortcut clash (both use F2). Change-Id: I2af580ed9d6789df25f4487ba001f3b83887c504 Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/qt4projectmanager/profileeditor.h')
-rw-r--r--src/plugins/qt4projectmanager/profileeditor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qt4projectmanager/profileeditor.h b/src/plugins/qt4projectmanager/profileeditor.h
index e2d153041d..1d143eb7d2 100644
--- a/src/plugins/qt4projectmanager/profileeditor.h
+++ b/src/plugins/qt4projectmanager/profileeditor.h
@@ -88,7 +88,6 @@ protected:
public slots:
virtual void setFontSettings(const TextEditor::FontSettings &);
- void jumpToFile();
private:
ProFileEditorFactory *m_factory;