Logging.
This commit is contained in:
@@ -52,7 +52,15 @@ private:
|
||||
void handleCommandEvent(CommandEvent *e);
|
||||
void processCommand(Command *cmd);
|
||||
|
||||
result_t fileDlg(rktwebview_t w, const char *title, const char *base, const char *filters, QFileDialog::FileMode mode, QFileDialog::AcceptMode am, QString evt_ok, QString evt_cancel);
|
||||
result_t fileDlg(rktwebview_t w,
|
||||
const QString &title, const QString &base,
|
||||
const QString &filters,
|
||||
QFileDialog::FileMode mode, QFileDialog::AcceptMode am,
|
||||
QString evt_ok, QString evt_cancel);
|
||||
|
||||
void msgBox(rktwebview_t w,
|
||||
const QString &title, const QString &message, const QString &submessage,
|
||||
rkt_messagetype_t type);
|
||||
|
||||
public:
|
||||
void execApp();
|
||||
|
||||
Reference in New Issue
Block a user