aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/python
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2024-01-25 08:59:18 +0100
committerEike Ziller <eike.ziller@qt.io>2024-01-26 12:25:26 +0000
commitacedf93ba32467a9848cebe25da35c096a5993ae (patch)
tree9940beda3e74168bab3cdde7c8dc08857940fe0c /src/plugins/python
parent34087df11e93a3624e64e4a8079f1b9af20e3d58 (diff)
Remove CommandButton
The same can be achieve with a factory method in `Command`, similar to the existing ones for actions and buttons which synchronize their tool tips with the shortcut. Change-Id: I7e17654706b902dfa14f37b958fc2a60705d5cb5 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/python')
-rw-r--r--src/plugins/python/pythoneditor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/python/pythoneditor.cpp b/src/plugins/python/pythoneditor.cpp
index f8d6a83a4ad..ddd30f2acf5 100644
--- a/src/plugins/python/pythoneditor.cpp
+++ b/src/plugins/python/pythoneditor.cpp
@@ -15,7 +15,6 @@
#include "pythonutils.h"
#include <coreplugin/actionmanager/actionmanager.h>
-#include <coreplugin/actionmanager/commandbutton.h>
#include <coreplugin/coreplugintr.h>
#include <coreplugin/icore.h>