Fix crash
This commit is contained in:
parent
b819d6fd65
commit
07a151ebdf
3 changed files with 49 additions and 5 deletions
|
|
@ -35,6 +35,7 @@ class GraphEditorWidget : public QWidget {
|
|||
public:
|
||||
explicit GraphEditorWidget(warppipe::Client *client,
|
||||
QWidget *parent = nullptr);
|
||||
~GraphEditorWidget() override;
|
||||
|
||||
int nodeCount() const;
|
||||
int linkCount() const;
|
||||
|
|
@ -73,7 +74,9 @@ private:
|
|||
void updateMeters();
|
||||
void rebuildNodeMeters();
|
||||
void rebuildRulesList();
|
||||
void showAddRuleDialog();
|
||||
void showAddRuleDialog(const std::string &prefillApp = {},
|
||||
const std::string &prefillBin = {},
|
||||
const std::string &prefillRole = {});
|
||||
|
||||
struct PendingPasteLink {
|
||||
std::string outNodeName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue