#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