nextcloud-desktop/test/stub.cpp
2015-08-04 16:55:10 +02:00

5 lines
166 B
C++

// stub to prevent linker error
#include "accountmanager.h"
OCC::AccountManager *OCC::AccountManager::instance() { return 0; }
void OCC::AccountManager::save() { }