macOS: Fix compile

This commit is contained in:
Markus Goetz 2017-09-23 13:42:39 +02:00 committed by Roeland Jago Douma
parent 2b12990f19
commit cabf7a79d5
No known key found for this signature in database
GPG key ID: F941078878347C0C

View file

@ -207,7 +207,7 @@ SocketApi::SocketApi(QObject *parent)
qCInfo(lcSocketApi) << "server started, listening at " << socketPath;
}
connect(&_localServer, &QLocalServer::newConnection, this, &SocketApi::slotNewConnection);
connect(&_localServer, &SocketApiServer::newConnection, this, &SocketApi::slotNewConnection);
// folder watcher
connect(FolderMan::instance(), &FolderMan::folderSyncStateChange, this, &SocketApi::slotUpdateFolderView);