VariableInspectorTableView.h
14 lines
| 367 B
| text/x-c
|
CLexer
r877 | #ifndef SCIQLOP_VARIABLEINSPECTORTABLEVIEW_H | |||
#define SCIQLOP_VARIABLEINSPECTORTABLEVIEW_H | ||||
#include <QTableView> | ||||
class VariableInspectorTableView : public QTableView { | ||||
public: | ||||
VariableInspectorTableView(QWidget *parent = nullptr); | ||||
protected: | ||||
void startDrag(Qt::DropActions supportedActions); | ||||
}; | ||||
#endif // SCIQLOP_VARIABLEINSPECTORTABLEVIEW_H | ||||