mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Fix conflicting declaration struct/class ToxID
This commit is contained in:
parent
3b4ac83e06
commit
848bf3e240
|
@ -21,7 +21,7 @@
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QPixmap>
|
#include <QPixmap>
|
||||||
|
|
||||||
class ToxID;
|
struct ToxID;
|
||||||
|
|
||||||
class Settings : public QObject
|
class Settings : public QObject
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user