This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-Qt/doric/plugin/DoricModalPlugin.cpp

6 lines
130 B
C++
Raw Normal View History

#include "DoricModalPlugin.h"
void DoricModalPlugin::toast(QString jsValueString, QString callbackId) {
qDebug() << "toast";
}