#include
#include "tdlibreceiver.h"
#include "dbusadaptor.h"
@@ -104,8 +99,6 @@ public:
Q_INVOKABLE void copyFileToDownloads(const QString &filePath);
Q_INVOKABLE void openFileOnDevice(const QString &filePath);
Q_INVOKABLE void controlScreenSaver(const bool &enabled);
- Q_INVOKABLE void setSendByEnter(const bool &sendByEnter);
- Q_INVOKABLE bool getSendByEnter();
DBusAdaptor *getDBusAdaptor();
@@ -231,7 +224,6 @@ private:
QVariantMap unreadChatInformation;
QHash basicGroups;
QHash superGroups;
- QSettings settings;
};
#endif // TDLIBWRAPPER_H
|