mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
clang-format src
This commit is contained in:
@@ -26,7 +26,7 @@ namespace BlackGui::Graphs
|
||||
/*!
|
||||
* For axis labels
|
||||
*/
|
||||
class CTextScaleDraw: public QwtScaleDraw
|
||||
class CTextScaleDraw : public QwtScaleDraw
|
||||
{
|
||||
public:
|
||||
//! Constructorxs
|
||||
@@ -48,7 +48,7 @@ namespace BlackGui::Graphs
|
||||
/*!
|
||||
* Bar chart, modified version of QWT examples
|
||||
*/
|
||||
class BLACKGUI_EXPORT CBarChart: public QwtPlot
|
||||
class BLACKGUI_EXPORT CBarChart : public QwtPlot
|
||||
{
|
||||
public:
|
||||
//! Constructor
|
||||
|
||||
Reference in New Issue
Block a user