forked from quickshell/quickshell
core: improve log format for QML errors and warnings
This commit is contained in:
parent
4472b27039
commit
ec433d1a70
3 changed files with 44 additions and 8 deletions
|
|
@ -4,8 +4,10 @@
|
|||
#include <qdir.h>
|
||||
#include <qfilesystemwatcher.h>
|
||||
#include <qhash.h>
|
||||
#include <qlist.h>
|
||||
#include <qobject.h>
|
||||
#include <qqmlengine.h>
|
||||
#include <qqmlerror.h>
|
||||
#include <qqmlincubator.h>
|
||||
#include <qtclasshelpermacros.h>
|
||||
|
||||
|
|
@ -82,6 +84,7 @@ private slots:
|
|||
void onFileChanged(const QString& name);
|
||||
void onDirectoryChanged();
|
||||
void incubationControllerDestroyed();
|
||||
void onEngineWarnings(const QList<QQmlError>& warnings) const;
|
||||
|
||||
private:
|
||||
void postReload();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue