mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
11 lines
179 B
C++
11 lines
179 B
C++
#include <QtCore/QString>
|
|
#include <QtCore/QUrl>
|
|
#include <QtCore/QFile>
|
|
#include <QtCore/QByteArray>
|
|
|
|
#include "qrchandler.h"
|
|
#include "mimecache.h"
|
|
|
|
QrcHandler::QrcHandler()
|
|
{}
|