mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 15:25:34 +08:00
Naming conventions, typos
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKGUI_STYLESHEETUTILITY_H
|
||||
#define BLACKGUI_STYLESHEETUTILITY_H
|
||||
|
||||
//! \file
|
||||
|
||||
#include <QMap>
|
||||
#include <QObject>
|
||||
#include <QFont>
|
||||
@@ -28,7 +28,7 @@ namespace BlackGui
|
||||
//! Read the *.qss files
|
||||
bool read();
|
||||
|
||||
//! Style for file name
|
||||
//! Style for given file name
|
||||
QString style(const QString &fileName) const;
|
||||
|
||||
//! Multiple styles concatenated
|
||||
|
||||
Reference in New Issue
Block a user