testing
This commit is contained in:
13
src/webclass.h
Normal file
13
src/webclass.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
|
||||
class WebClass : public QObject {
|
||||
Q_OBJECT
|
||||
public slots:
|
||||
QVariant vencordSend(QString event, QVariantList args);
|
||||
|
||||
private:
|
||||
QString m_vencordSettings;
|
||||
};
|
||||
Reference in New Issue
Block a user