Compile fixes

This commit is contained in:
baldurk
2020-11-18 19:05:03 +00:00
parent 0aefcced95
commit 916c431dfa
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -732,6 +732,11 @@ passed nothing will happen.
:param ``list`` of ``str`` options: The new options for the combo box.
)");
virtual void SetComboOptions(QWidget *combo, const rdcarray<rdcstr> &options) = 0;
protected:
DOCUMENT("");
IMiniQtHelper() = default;
~IMiniQtHelper() = default;
};
DECLARE_REFLECTION_STRUCT(IMiniQtHelper);