diff options
author | obscuren <geffobscura@gmail.com> | 2015-01-29 03:50:20 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-01-29 03:50:20 +0800 |
commit | adda54ac5537b9f5e93a9b66ea6907a71da45aaf (patch) | |
tree | 0002ff16ef10e48a9f06eb216a573a9db25a3c91 /ui/qt/webengine/all.cpp | |
parent | cebb149f5cfaf008240d7069fd220401950cc7ee (diff) | |
download | dexon-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar.gz dexon-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.tar.zst dexon-adda54ac5537b9f5e93a9b66ea6907a71da45aaf.zip |
Added webengine initializer
Diffstat (limited to 'ui/qt/webengine/all.cpp')
-rw-r--r-- | ui/qt/webengine/all.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/webengine/all.cpp b/ui/qt/webengine/all.cpp new file mode 100644 index 000000000..3b7c2f7b8 --- /dev/null +++ b/ui/qt/webengine/all.cpp @@ -0,0 +1 @@ +#include "cpp/webengine.cpp" |