Skip to content

Commit

Permalink
Added missing protoype definition
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-poidevin committed Nov 1, 2019
1 parent 070c070 commit 8fd1462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private slots:
QDomElement findElementSibling(QDomElement parent, const QString &textToFind);
bool isSIPEnabled(void);
int disableKextSigning(void);
int mountSystemWritePermission(void);
int executeProcess(QProcess* process,QString command,QStringList arguments);
};

Expand Down

0 comments on commit 8fd1462

Please sign in to comment.