-
This commit is contained in:
@@ -25,6 +25,10 @@ private:
|
||||
int _h;
|
||||
bool _must_close;
|
||||
|
||||
bool _window_created;
|
||||
int _moved;
|
||||
int _resized;
|
||||
|
||||
public slots:
|
||||
void processJsEvents();
|
||||
|
||||
@@ -33,6 +37,9 @@ protected:
|
||||
|
||||
public:
|
||||
void closeView();
|
||||
bool windowCreated();
|
||||
int moveCount();
|
||||
int resizeCount();
|
||||
|
||||
public:
|
||||
void addView(WebViewQt *v, Rktwebview_qt *c);
|
||||
|
||||
Reference in New Issue
Block a user