Fixes:
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user