more correct logging, use qt logging for qml as well

This commit is contained in:
arcan1s
2015-08-30 16:24:00 +03:00
parent aacb50c946
commit 4c27382467
42 changed files with 635 additions and 598 deletions

View File

@ -40,8 +40,8 @@ class AWKeys : public QObject
Q_OBJECT
public:
AWKeys(QObject *parent = nullptr);
~AWKeys();
explicit AWKeys(QObject *parent = nullptr);
virtual ~AWKeys();
Q_INVOKABLE void initKeys(const QString currentPattern);
Q_INVOKABLE void initTooltip(const QVariantMap tooltipParams);
@ -79,10 +79,6 @@ private:
void addKeyToCache(const QString type, const QString key = QString(""));
QString parsePattern() const;
float temperature(const float temp, const QString units) const;
// find methods
QStringList findGraphicalItems() const;
QStringList findKeys() const;
QStringList findLambdas() const;
// get methods
AWToolTip *toolTip = nullptr;
bool enablePopup = false;