mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Log message if qss file can not be opened for write
This commit is contained in:
committed by
Mat Sutcliffe
parent
26ddf3a353
commit
b71fb71fdc
@@ -12,6 +12,7 @@
|
||||
#define BLACKGUI_STYLESHEETUTILITY_H
|
||||
|
||||
#include "blackgui/blackguiexport.h"
|
||||
#include "blackmisc/logcategorylist.h"
|
||||
#include "blackmisc/restricted.h"
|
||||
#include "blackmisc/digestsignal.h"
|
||||
|
||||
@@ -40,6 +41,9 @@ namespace BlackGui
|
||||
//! Constructor
|
||||
explicit CStyleSheetUtility(BlackMisc::Restricted<CGuiApplication>, QObject *parent = nullptr);
|
||||
|
||||
//! Log cats.
|
||||
static const BlackMisc::CLogCategoryList &getLogCategories();
|
||||
|
||||
//! Style for given file name
|
||||
QString style(const QString &fileName) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user