-
This commit is contained in:
8
rktwebview_qt/webviewapp.cpp
Normal file
8
rktwebview_qt/webviewapp.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "webviewapp.h"
|
||||
|
||||
|
||||
WebViewApp::WebViewApp(int &argc, char **argv) :
|
||||
QApplication(argc, argv)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user