mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-09 20:05:51 +00:00
some refactoring, prepare to moving to qt5 style logging
This commit is contained in:
@ -59,10 +59,10 @@ protected:
|
||||
private:
|
||||
// configuration
|
||||
QHash<QString, QString> configuration;
|
||||
ExtItemAggregator<ExtQuotes> *externalQuotes;
|
||||
ExtItemAggregator<ExtScript> *externalScripts;
|
||||
ExtItemAggregator<ExtUpgrade> *externalUpgrade;
|
||||
ExtItemAggregator<ExtWeather> *externalWeather;
|
||||
ExtItemAggregator<ExtQuotes> *extQuotes;
|
||||
ExtItemAggregator<ExtScript> *extScripts;
|
||||
ExtItemAggregator<ExtUpgrade> *extUpgrade;
|
||||
ExtItemAggregator<ExtWeather> *extWeather;
|
||||
bool debug;
|
||||
// reread configuration
|
||||
QStringList getAllHdd() const;
|
||||
|
Reference in New Issue
Block a user