mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
moving copyToClipboard from slots to functions
This commit is contained in:
parent
eb4704620c
commit
cb89b046b4
1 changed files with 2 additions and 2 deletions
|
@ -310,6 +310,8 @@ public:
|
|||
void loadAvatarScripts(const QVector<QString>& urls);
|
||||
void unloadAvatarScripts();
|
||||
|
||||
Q_INVOKABLE void copyToClipboard(const QString& text);
|
||||
|
||||
#if defined(Q_OS_ANDROID)
|
||||
void enterBackground();
|
||||
void enterForeground();
|
||||
|
@ -368,8 +370,6 @@ public slots:
|
|||
void resetSensors(bool andReload = false);
|
||||
void setActiveFaceTracker() const;
|
||||
|
||||
Q_INVOKABLE void copyToClipboard(const QString& text);
|
||||
|
||||
#if (PR_BUILD || DEV_BUILD)
|
||||
void sendWrongProtocolVersionsSignature(bool checked) { ::sendWrongProtocolVersionsSignature(checked); }
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue