Release 3.2.0 patches update

This commit is contained in:
2016-07-10 00:09:08 +03:00
parent fbf89f61b4
commit 927e93b7fc
13 changed files with 22 additions and 143 deletions

View File

@ -19,6 +19,7 @@
#ifndef AWTESTLIBRARY_H
#define AWTESTLIBRARY_H
#include <QPair>
#include <QStringList>

View File

@ -20,6 +20,7 @@
#define TESTBATTERYSOURCE_H
#include <QObject>
#include <QPair>
class BatterySource;

View File

@ -42,7 +42,7 @@ void TestDPPlugin::test_desktops()
int current = plugin->currentDesktop();
int total = plugin->numberOfDesktops();
QVERIFY(total != 0);
QVERIFY(current < total);
QVERIFY(current <= total);
int number;
if (total == 1)

View File

@ -20,6 +20,7 @@
#define TESTEXTWEATHER_H
#include <QObject>
#include <QPair>
class ExtWeather;

View File

@ -20,6 +20,7 @@
#define TESTGPULOADSOURCE_H
#include <QObject>
#include <QPair>
class GPULoadSource;

View File

@ -20,6 +20,7 @@
#define TESTGPUTEMPSOURCE_H
#include <QObject>
#include <QPair>
class GPUTemperatureSource;

View File

@ -20,6 +20,7 @@
#define TESTHDDTEMPSOURCE_H
#include <QObject>
#include <QPair>
class HDDTemperatureSource;