add: add propSetPointer

This commit is contained in:
Mike Solar
2025-08-07 20:15:07 +08:00
parent 6fdfd03ffd
commit 2b4f19075c
8 changed files with 222 additions and 64 deletions
+7
View File
@@ -16,3 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QMessageBox>
#include <ofxDialog.h>
OfxStatus NotifyRedrawPending()
{
return kOfxStatReplyDefault;
}