![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
The class exposing application clipboard to QML. More...
#include <qmlclipboard.h>
Public Member Functions | |
QmlClipboard (QObject *parent=nullptr) | |
Q_INVOKABLE void | copy (const QString &text) |
Copy the string to clipboard. More... | |
The class exposing application clipboard to QML.
Definition at line 26 of file qmlclipboard.h.
|
explicit |
Definition at line 23 of file qmlclipboard.cpp.
void QmlClipboard::copy | ( | const QString & | text | ) |
Copy the string to clipboard.
String | representing the text to be copied |
Definition at line 28 of file qmlclipboard.cpp.