mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 11:37:56 -04:00
remove the scheme warning
This commit is contained in:
parent
4d16e16faf
commit
bf21a06828
@ -2,10 +2,13 @@
|
||||
|
||||
#include <QCommandLineParser>
|
||||
#include <iostream>
|
||||
#include <QWebEngineUrlScheme>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
|
||||
QWebEngineUrlScheme scheme("zim");
|
||||
QWebEngineUrlScheme::registerScheme(scheme);
|
||||
KiwixApp a(argc, argv);
|
||||
|
||||
QCommandLineParser parser;
|
||||
|
Loading…
x
Reference in New Issue
Block a user