Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Commit

Permalink
need more qt experience
Browse files Browse the repository at this point in the history
If you include <QtDebug>, a more convenient syntax is also available:

qWarning() << "Brush:" << myQBrush << "Other value:"...
  • Loading branch information
DuckSoft committed Jan 26, 2021
1 parent 7bfa64d commit 9abdab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Serializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <QObject>
#include <QUrl>
#include <QUrlQuery>
#include <QtDebug>
#include <QtGlobal>

using namespace Qv2rayPlugin;
Expand Down

0 comments on commit 9abdab0

Please sign in to comment.