Add IMAP synchronizer stub, update CMakeLists.txt
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "synchronizer.h"
|
||||
|
||||
Synchronizer::Synchronizer(QObject* parent)
|
||||
: QObject(parent)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user