mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #485, Restricted<T>
This commit is contained in:
committed by
Mathew Sutcliffe
parent
18a907086d
commit
c36028ca9c
@@ -19,8 +19,7 @@
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
|
||||
CStyleSheetUtility::CStyleSheetUtility(QObject *parent) : QObject(parent)
|
||||
CStyleSheetUtility::CStyleSheetUtility(BlackMisc::Restricted<CGuiApplication>, QObject *parent) : QObject(parent)
|
||||
{
|
||||
this->read();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user