mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Fix include.
Took 1 minute Took 23 seconds
This commit is contained in:
parent
9729c6668d
commit
cdaeaedcd5
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef COCKATRICE_URL_PARSER_H
|
#ifndef COCKATRICE_URL_PARSER_H
|
||||||
#define COCKATRICE_URL_PARSER_H
|
#define COCKATRICE_URL_PARSER_H
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <qt5/QtCore/qurlquery.h>
|
#include <QUrlQuery>
|
||||||
|
|
||||||
class MainWindow;
|
class MainWindow;
|
||||||
class IntentUrlParser : public QObject
|
class IntentUrlParser : public QObject
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue