add some comments

reformat
This commit is contained in:
Rasmus Karlsson
2018-10-07 14:18:30 +00:00
parent b720450f86
commit 7879fef3a0
4 changed files with 20 additions and 4 deletions
+3 -1
View File
@@ -314,7 +314,9 @@ void Window::onAccountSelected()
auto user = getApp()->accounts->twitch.getCurrent();
#ifdef CHATTERINO_NIGHTLY_VERSION_STRING
auto windowTitleEnd = QString(" - Chatterino Nightly " CHATTERINO_VERSION " (" UGLYMACROHACK(CHATTERINO_NIGHTLY_VERSION_STRING) ")");
auto windowTitleEnd =
QString(" - Chatterino Nightly " CHATTERINO_VERSION
" (" UGLYMACROHACK(CHATTERINO_NIGHTLY_VERSION_STRING) ")");
#else
auto windowTitleEnd = QString(" - Chatterino Beta " CHATTERINO_VERSION);
#endif