mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 17:09:56 +00:00
Renaming classes
.. Tab becomes AthleteTab - since Tab is almost meaningless TabView becomes AbstractView - since its the base for all the views there are no functional changes or fixes in this commit.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "FixPyScriptsDialog.h"
|
||||
#include "MainWindow.h"
|
||||
#include "Colors.h"
|
||||
#include "TabView.h"
|
||||
#include "AbstractView.h"
|
||||
#include "PythonEmbed.h"
|
||||
#include "PythonSyntax.h"
|
||||
|
||||
@@ -140,7 +140,7 @@ EditFixPyScriptDialog::EditFixPyScriptDialog(Context *context, FixPyScript *fix,
|
||||
p.setColor(QPalette::Base, GColor(CPLOTBACKGROUND));
|
||||
p.setColor(QPalette::Text, GCColor::invertColor(GColor(CPLOTBACKGROUND)));
|
||||
script->setPalette(p);
|
||||
script->setStyleSheet(TabView::ourStyleSheet());
|
||||
script->setStyleSheet(AbstractView::ourStyleSheet());
|
||||
scriptLayout->addWidget(script);
|
||||
|
||||
// syntax highlighter
|
||||
|
||||
Reference in New Issue
Block a user