mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2024-11-26 22:42:44 +01:00
6 lines
212 B
C++
6 lines
212 B
C++
// stub to prevent linker error
|
|
#include "accountmanager.h"
|
|
OCC::AccountManager *OCC::AccountManager::instance() { return 0; }
|
|
|
|
void OCC::AccountManager::save(bool saveCredentials) { Q_UNUSED(saveCredentials); }
|