mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-13 13:55:50 +00:00
implement qcronscheduler, tests update
This commit is contained in:
@ -20,11 +20,13 @@
|
||||
|
||||
#include <QtTest>
|
||||
|
||||
#include "awtestlibrary.h"
|
||||
#include "extweather.h"
|
||||
|
||||
|
||||
void TestExtWeather::initTestCase()
|
||||
{
|
||||
AWTestLibrary::init();
|
||||
extWeather = new ExtWeather(nullptr);
|
||||
extWeather->setInterval(1);
|
||||
extWeather->setCity(city);
|
||||
|
Reference in New Issue
Block a user