mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
removed the INotify initialisation.
This commit is contained in:
parent
e06867f155
commit
59b8af2aef
1 changed files with 0 additions and 3 deletions
|
@ -62,8 +62,6 @@ Application::Application(int argc, char **argv) :
|
|||
|
||||
processEvents();
|
||||
|
||||
INotify::initialize();
|
||||
|
||||
_folderMan = new FolderMan();
|
||||
connect( _folderMan, SIGNAL(folderSyncStateChange(QString)),
|
||||
this,SLOT(slotSyncStateChange(QString)));
|
||||
|
@ -117,7 +115,6 @@ Application::Application(int argc, char **argv) :
|
|||
Application::~Application()
|
||||
{
|
||||
qDebug() << "* Mirall shutdown";
|
||||
INotify::cleanup();
|
||||
|
||||
delete _networkMgr;
|
||||
delete _folderMan;
|
||||
|
|
Loading…
Reference in a new issue