add missing return
parent
c36b9aded9
commit
c41e2e638e
|
|
@ -20,6 +20,7 @@ bool HyperKit::hyperkitPermissionFix(QStringList args, QString text)
|
|||
|
||||
hyperkitPermission();
|
||||
emit rerun(args);
|
||||
return true;
|
||||
}
|
||||
|
||||
void HyperKit::hyperkitPermission()
|
||||
|
|
|
|||
Loading…
Reference in New Issue