-
This commit is contained in:
13
rktwebview_qt/webviewapp.h
Normal file
13
rktwebview_qt/webviewapp.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef WEBVIEWAPP_H
|
||||
#define WEBVIEWAPP_H
|
||||
|
||||
#include <QApplication>
|
||||
|
||||
class WebViewApp : public QApplication
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
WebViewApp(int &argc, char **argv);
|
||||
};
|
||||
|
||||
#endif // WEBVIEWAPP_H
|
||||
Reference in New Issue
Block a user