-
This commit is contained in:
@@ -21,7 +21,7 @@ add_library(rktwebview_qt SHARED
|
|||||||
webviewqt.h webviewqt.cpp
|
webviewqt.h webviewqt.cpp
|
||||||
rktwebview_internal.h
|
rktwebview_internal.h
|
||||||
webviewwindow.h webviewwindow.cpp
|
webviewwindow.h webviewwindow.cpp
|
||||||
webviewapp.h webviewapp.cpp
|
|
||||||
rktutils.h rktutils.cpp
|
rktutils.h rktutils.cpp
|
||||||
command.h command.cpp
|
command.h command.cpp
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
#include "webviewapp.h"
|
|
||||||
|
|
||||||
|
|
||||||
WebViewApp::WebViewApp(int &argc, char **argv) :
|
|
||||||
QApplication(argc, argv)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
#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