empty folders on MPD side (crash inserting/removing to/from model)
usage of sys/time.h changed to QTime
no unistd.h in Visual Studio
if QT was build without SSL support, there is no QSslSocket class (at least in 5.6 and 5.8)
missing strncasecmp in Visual Studio
utime.sys is actually sys/utime.h in Visual Studio
This commit is contained in:
rezodlub
2017-06-11 15:31:35 +02:00
parent 1e9f0fa780
commit 7cc1c378aa
13 changed files with 53 additions and 27 deletions

View File

@@ -26,7 +26,9 @@
#include "support/configuration.h"
#include <QDir>
#include <QUrl>
#ifndef _MSC_VER
#include <unistd.h>
#endif
static QString cleanPath(const QString &path)
{