diff src/gui/dialog/settings/services.cpp @ 63:3d2decf093bb

*: fix many clang warnings
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:39:47 -0400
parents 619cbd6e69f9
children 26721c28bf22
line wrap: on
line diff
--- a/src/gui/dialog/settings/services.cpp	Sun Oct 01 06:16:06 2023 -0400
+++ b/src/gui/dialog/settings/services.cpp	Sun Oct 01 06:39:47 2023 -0400
@@ -47,7 +47,7 @@
 	group_box->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Maximum);
 
 	/* this is outdated! usernames are retrieved through a request to AniList now.
-           although that's a bit... erm... cancerous, maybe this method IS useful. IDK */
+	       although that's a bit... erm... cancerous, maybe this method IS useful. IDK */
 	QLabel* username_entry_label = new QLabel(tr("Username: (not your email address)"), group_box);
 
 	QWidget* auth_widget = new QWidget(group_box);