mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
5 lines
128 B
C++
5 lines
128 B
C++
|
// stub to prevent linker error
|
||
|
#include "accountmanager.h"
|
||
|
OCC::AccountManager *OCC::AccountManager::instance() { return 0; }
|
||
|
|