mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:57:00 +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 loadAvatarScripts(const QVector<QString>& urls);
|
||||||
void unloadAvatarScripts();
|
void unloadAvatarScripts();
|
||||||
|
|
||||||
|
Q_INVOKABLE void copyToClipboard(const QString& text);
|
||||||
|
|
||||||
#if defined(Q_OS_ANDROID)
|
#if defined(Q_OS_ANDROID)
|
||||||
void enterBackground();
|
void enterBackground();
|
||||||
void enterForeground();
|
void enterForeground();
|
||||||
|
@ -368,8 +370,6 @@ public slots:
|
||||||
void resetSensors(bool andReload = false);
|
void resetSensors(bool andReload = false);
|
||||||
void setActiveFaceTracker() const;
|
void setActiveFaceTracker() const;
|
||||||
|
|
||||||
Q_INVOKABLE void copyToClipboard(const QString& text);
|
|
||||||
|
|
||||||
#if (PR_BUILD || DEV_BUILD)
|
#if (PR_BUILD || DEV_BUILD)
|
||||||
void sendWrongProtocolVersionsSignature(bool checked) { ::sendWrongProtocolVersionsSignature(checked); }
|
void sendWrongProtocolVersionsSignature(bool checked) { ::sendWrongProtocolVersionsSignature(checked); }
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue