mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
5 lines
166 B
C++
5 lines
166 B
C++
// stub to prevent linker error
|
|
#include "accountmanager.h"
|
|
OCC::AccountManager *OCC::AccountManager::instance() { return 0; }
|
|
|
|
void OCC::AccountManager::save() { }
|