mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-29 16:47:25 -04:00
Qml app improved trusted nodes exchange
AddTrustedNode.qml support for plain certificate and node link import/export Move clipboard wrapper to it's own singleton ClipboardWrapper.qml with improved clipboard API
This commit is contained in:
parent
5c1ad36d2b
commit
7b070e482d
9 changed files with 141 additions and 62 deletions
|
@ -121,6 +121,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
#ifdef QT_DEBUG
|
||||
rootContext.setContextProperty("QT_DEBUG", QVariant(true));
|
||||
rsApi.setDebug(false);
|
||||
#else
|
||||
rootContext.setContextProperty("QT_DEBUG", QVariant(false));
|
||||
#endif // QT_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue