Skip to content

Commit

Permalink
[nemo-qml-plugin-systemsettings] Explicitly use qtsysteminfo QStorage…
Browse files Browse the repository at this point in the history
…Info class. Contributes to JB#35409
  • Loading branch information
martinjones committed Jun 10, 2016
1 parent ce16264 commit a8a9a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aboutsettings.cpp
Expand Up @@ -33,7 +33,7 @@

#include <QDebug>
#include <QStringList>
#include <QStorageInfo>
#include <QtSystemInfo/QStorageInfo>
#include <QNetworkInfo>
#include <QDeviceInfo>
#include <QFile>
Expand Down

0 comments on commit a8a9a36

Please sign in to comment.