mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-09 20:05:51 +00:00
Release 3.2.0 patches update
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
#ifndef AWTESTLIBRARY_H
|
||||
#define AWTESTLIBRARY_H
|
||||
|
||||
#include <QPair>
|
||||
#include <QStringList>
|
||||
|
||||
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define TESTBATTERYSOURCE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
|
||||
|
||||
class BatterySource;
|
||||
|
@ -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)
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define TESTEXTWEATHER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
|
||||
|
||||
class ExtWeather;
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define TESTGPULOADSOURCE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
|
||||
|
||||
class GPULoadSource;
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define TESTGPUTEMPSOURCE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
|
||||
|
||||
class GPUTemperatureSource;
|
||||
|
@ -20,6 +20,7 @@
|
||||
#define TESTHDDTEMPSOURCE_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QPair>
|
||||
|
||||
|
||||
class HDDTemperatureSource;
|
||||
|
Reference in New Issue
Block a user