diff options
| author | 2011-08-21 14:27:01 +0000 | |
|---|---|---|
| committer | 2011-08-21 14:27:01 +0000 | |
| commit | 8a7b7f44d3b12265947f2ffb4f68170bc861325a (patch) | |
| tree | b2570ed0810a1d2f3b683f9334d742aa1588e529 /src/modules/toolbareditor | |
| parent | adds text to the wrench on the editor so users can find it... hopefully (diff) | |
| download | KVIrc-8a7b7f44d3b12265947f2ffb4f68170bc861325a.tar.gz KVIrc-8a7b7f44d3b12265947f2ffb4f68170bc861325a.tar.bz2 KVIrc-8a7b7f44d3b12265947f2ffb4f68170bc861325a.zip | |
fix for #1202
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5936 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/toolbareditor')
| -rw-r--r-- | src/modules/toolbareditor/CustomizeToolBarsDialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp index 2d80dba87..7761df686 100644 --- a/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp +++ b/src/modules/toolbareditor/CustomizeToolBarsDialog.cpp @@ -346,6 +346,8 @@ CustomizeToolBarsDialog::CustomizeToolBarsDialog(QWidget * p) g_rectToolBarEditorDialogGeometry.height()); move(g_rectToolBarEditorDialogGeometry.x(), g_rectToolBarEditorDialogGeometry.y()); + + new QShortcut(Qt::Key_Escape, this, SLOT(closeClicked())); } CustomizeToolBarsDialog::~CustomizeToolBarsDialog() |
