aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorscatterflower <marisaposs@gameboyprinter.moe>2020-08-16 21:59:44 -0500
committerscatterflower <marisaposs@gameboyprinter.moe>2020-08-16 21:59:44 -0500
commitecb0ee42a3a399c092eafdf2ac60faaad4bf119f (patch)
tree471198f7a4f2fb9a8e7e0aff9df04991634015b6 /include
parent359cad73d40fff68ee51a8a81d37e9d18a8b7407 (diff)
clang format
Diffstat (limited to 'include')
-rw-r--r--include/courtroom.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/include/courtroom.h b/include/courtroom.h
index ca271a49..898e8bab 100644
--- a/include/courtroom.h
+++ b/include/courtroom.h
@@ -117,7 +117,9 @@ public:
void set_widgets();
// sets font size based on theme ini files
- void set_font(QWidget *widget, QString class_name, QString p_identifier, QString p_char="", QString font_name="", int f_pointsize=0);
+ void set_font(QWidget *widget, QString class_name, QString p_identifier,
+ QString p_char = "", QString font_name = "",
+ int f_pointsize = 0);
// Get the properly constructed font
QFont get_qfont(QString font_name, int f_pointsize, bool antialias = true);
@@ -127,7 +129,7 @@ public:
QColor f_color = Qt::black, bool bold = false);
// helper function that calls above function on the relevant widgets
- void set_fonts(QString p_char="");
+ void set_fonts(QString p_char = "");
// sets dropdown menu stylesheet
void set_dropdown(QWidget *widget);
@@ -220,7 +222,8 @@ public:
// this function keeps the chatlog scrolled to the top unless there's text
// selected
// or the user isn't already scrolled to the top
- void append_ic_text(QString p_text, QString p_name = "", QString action = "", int color = 0);
+ void append_ic_text(QString p_text, QString p_name = "", QString action = "",
+ int color = 0);
// prints who played the song to IC chat and plays said song(if found on local
// filesystem) takes in a list where the first element is the song name and