diff options
Diffstat (limited to 'libs/installer_fomod_plus/installer/ui/UIHelper.cpp')
| -rw-r--r-- | libs/installer_fomod_plus/installer/ui/UIHelper.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/installer_fomod_plus/installer/ui/UIHelper.cpp b/libs/installer_fomod_plus/installer/ui/UIHelper.cpp index 56aff85..5f34e5d 100644 --- a/libs/installer_fomod_plus/installer/ui/UIHelper.cpp +++ b/libs/installer_fomod_plus/installer/ui/UIHelper.cpp @@ -27,7 +27,6 @@ bool CtrlClickEventFilter::eventFilter(QObject* obj, QEvent* event) if (mouseEvent->button() == Qt::LeftButton && mouseEvent->modifiers() & Qt::ControlModifier) { // TODO: Add Ctrl+click handler logic here - std::cout << "Ctrl+click detected on plugin: " << mPlugin->getName() << " in group: " << mGroup->getName() << std::endl; // For now, just fall through to default behavior } } |
