mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Remove the comments from qss
This commit is contained in:
committed by
Mat Sutcliffe
parent
dd37c7b876
commit
d875df6fc7
@@ -151,7 +151,7 @@ namespace BlackGui
|
||||
{
|
||||
if (needsWatcher) { m_fileWatcher.addPath(absolutePath); }
|
||||
QTextStream in(&file);
|
||||
const QString c = in.readAll();
|
||||
const QString c = removeComments(in.readAll(), true, true);
|
||||
const QString f = fileInfo.fileName().toLower();
|
||||
|
||||
// keep even empty files as placeholders
|
||||
|
||||
Reference in New Issue
Block a user