Add warning for macro action source

This commit is contained in:
WarmUpTill
2021-05-24 15:16:31 +02:00
committed by WarmUpTill
parent 198a5dc1ec
commit e7f031641f
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include <QSpinBox>
#include <QLabel>
#include "macro-action-edit.hpp"
enum class SourceAction {
@@ -50,6 +51,7 @@ private slots:
protected:
QComboBox *_sources;
QComboBox *_actions;
QLabel *_warning;
std::shared_ptr<MacroActionSource> _entryData;
private: