mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-16 07:09:58 +00:00
newest qt fixes
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
#ifndef AWDATAENGINEMAPPER_H
|
||||
#define AWDATAENGINEMAPPER_H
|
||||
|
||||
#include <QHash>
|
||||
#include <QMultiHash>
|
||||
#include <QObject>
|
||||
|
||||
#include "awkeysaggregator.h"
|
||||
@ -47,7 +47,7 @@ private:
|
||||
// variables
|
||||
QHash<QString, QStringList> m_devices;
|
||||
QHash<QString, AWKeysAggregator::FormatterType> m_formatter;
|
||||
QHash<QString, QString> m_map;
|
||||
QMultiHash<QString, QString> m_map;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user