nextcloud-desktop/src
Olivier Goffart bbf3a64c02 Fix crash.
toUtf8() returns a temporary QByteArray wuich is only valid until the
end of the statement (the next ';').  QByteArray::data() returns a
pointer to the QByteArray's data which is only valid if the QByteArray
is valid.
Keeping the char* is therefore wrong.
2014-01-20 14:24:20 +01:00
..
3rdparty Make it compile with the merge of csync mirall 2014-01-15 12:20:03 +01:00
creds Read password from old settings if exist. 2013-12-17 12:56:01 +01:00
mirall Fix crash. 2014-01-20 14:24:20 +01:00
owncloudcmd Use ClientProxy that reads the client config in commandline client. 2014-01-16 12:52:11 +01:00
wizard Show an indicator if the url is encrypted or not in connection wizard. 2014-01-16 17:40:46 +01:00
CMakeLists.txt Merge branch 'csync_merge' 2014-01-20 13:27:33 +01:00
main.cpp New Updater for Windows, passive notification on Linux, Sparkle on Mac 2014-01-15 11:09:31 +01:00