[qet] [4695] Elementspanel widget remove old action reload in context menu |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4695
Author: scorpio810
Date: 2016-09-07 23:45:02 +0200 (Wed, 07 Sep 2016)
Log Message:
-----------
Elementspanel widget remove old action reload in context menu
Modified Paths:
--------------
trunk/sources/elementspanelwidget.cpp
Modified: trunk/sources/elementspanelwidget.cpp
===================================================================
--- trunk/sources/elementspanelwidget.cpp 2016-09-06 08:51:41 UTC (rev 4694)
+++ trunk/sources/elementspanelwidget.cpp 2016-09-07 21:45:02 UTC (rev 4695)
@@ -61,7 +61,6 @@
tbt_edit = new QAction(QET::Icons::TitleBlock, tr("Éditer ce modèle"), this);
tbt_remove = new QAction(QET::Icons::TitleBlock, tr("Supprimer ce modèle"), this);
- reload -> setShortcut(Qt::Key_F5);
// initialise le champ de texte pour filtrer avec une disposition horizontale
filter_textfield = new QLineEdit(this);
@@ -349,7 +348,6 @@
updateButtons();
context_menu -> clear();
- context_menu->addAction(reload);
QString dir_path = elements_panel -> dirPathForItem(item);
if (!dir_path.isEmpty()) {