11 lines
239 B
C++
11 lines
239 B
C++
#ifndef BUILD_MENU_FROM_JSON_H
|
|
#define BUILD_MENU_FROM_JSON_H
|
|
|
|
class QMenu;
|
|
class Rktwebview_qt;
|
|
class QString;
|
|
|
|
QMenu *buildMenuFromJson(Rktwebview_qt *self, const QString &menu_json, int source_handle);
|
|
|
|
#endif // BUILD_MENU_FROM_JSON_H
|