mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
[xswiftbus] Make xswiftbus completely Qt free
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#endif
|
||||
#include "dbusconnection.h"
|
||||
#include "menus.h"
|
||||
#include <QObject>
|
||||
#include <QVector>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
|
||||
@@ -36,10 +34,8 @@ namespace XSwiftBus
|
||||
/*!
|
||||
* Main plugin class
|
||||
*/
|
||||
class CPlugin : public QObject
|
||||
class CPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
//! Constructor
|
||||
CPlugin();
|
||||
|
||||
Reference in New Issue
Block a user