mirror-chatterino2/src/widgets/dialogs
Vilgot Fredenberg de04ff82a7
Clean up compiler warnings (#2027)
Fix the following compiler warning
../src/common/NetworkResult.hpp: In constructor ‘chatterino::NetworkResult::NetworkResult(const QByteArray&, int)’:
../src/common/NetworkResult.hpp:28:16: warning: ‘chatterino::NetworkResult::data_’ will be initialized after [-Wreorder]
   28 |     QByteArray data_;
      |                ^~~~~
../src/common/NetworkResult.hpp:27:9: warning:   ‘int chatterino::NetworkResult::status_’ [-Wreorder]
   27 |     int status_;
      |         ^~~~~~~
../src/common/NetworkResult.cpp:9:1: warning:   when initialized here [-Wreorder]
    9 | NetworkResult::NetworkResult(const QByteArray &data, int status)

* Clang compiler warnings

Fixes every instance of the following error:

In file included from ../src/widgets/settingspages/CommandPage.cpp:12:
In file included from ../src/controllers/commands/CommandModel.hpp:5:
../src/common/SignalVectorModel.hpp:242:10: warning: 'moveRows' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    bool moveRows(const QModelIndex &sourceParent, int sourceRow, int count,
         ^
../src/controllers/commands/CommandModel.hpp:12:29: note: in instantiation of template class 'chatterino::SignalVectorModel<chatterino::Command>' requested here
class CommandModel : public SignalVectorModel<Command>
2020-10-04 12:47:23 +02:00
..
switcher Clean up compiler warnings (#2027) 2020-10-04 12:47:23 +02:00
ColorPickerDialog.cpp added checks to mitigate floating point crashes 2020-04-19 21:05:40 +02:00
ColorPickerDialog.hpp Add missing include in ColorPickerDialog.hpp for MSVC2017 2020-01-25 11:28:10 +01:00
EmotePopup.cpp Fix emote popup remember last position by moving setStayInScreenRect into EmotePopup constructor (#1752) 2020-07-05 14:07:03 +02:00
EmotePopup.hpp Make emote popup remember last position (#1580) 2020-04-13 13:15:51 +02:00
IrcConnectionEditor.cpp added sasl auth 2019-09-15 13:15:29 +02:00
IrcConnectionEditor.hpp renamed IrcConnection_ to IrcServerData 2019-09-11 13:51:48 +02:00
IrcConnectionEditor.ui added sasl auth 2019-09-15 13:15:29 +02:00
LastRunCrashDialog.cpp renamed getInstance() -> instance() for singletons 2019-10-07 22:42:34 +02:00
LastRunCrashDialog.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
LoginDialog.cpp Add label that shows up if the log in link didn't open properly 2020-09-26 10:24:29 +02:00
LoginDialog.hpp Add label that shows up if the log in link didn't open properly 2020-09-26 10:24:29 +02:00
NotificationPopup.cpp formatted all files with clang 9 2019-09-26 00:51:05 +02:00
NotificationPopup.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
QualityPopup.cpp Remove FMT dependency (#1472) 2020-01-03 20:51:37 +01:00
QualityPopup.hpp Renamed private members 2018-07-06 19:24:35 +02:00
SelectChannelDialog.cpp removed compat functions in SignalVector 2020-02-23 19:44:13 +01:00
SelectChannelDialog.hpp Merge branch 'master' into irc-support 2019-09-18 13:03:16 +02:00
SettingsDialog.cpp Argument parsing rework (#1940) 2020-09-26 16:03:51 +02:00
SettingsDialog.hpp [SettingDialog] CTRL+F now selects the Find input (#1811) 2020-07-18 15:56:33 +02:00
TextInputDialog.cpp changed to 80 max column 2018-08-06 21:17:03 +02:00
TextInputDialog.hpp Renamed private members 2018-07-06 19:24:35 +02:00
UpdateDialog.cpp 2.2.1 2020-08-24 20:24:00 +02:00
UpdateDialog.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00
UserInfoPopup.cpp Only show VIP buttons if broadcaster (#1999) 2020-09-27 10:34:20 +02:00
UserInfoPopup.hpp Auto-refresh UserInfoPopup recent messages (#1982) 2020-09-26 16:59:40 +02:00
WelcomeDialog.cpp Fix merge conflicts 2019-09-08 22:58:17 +02:00
WelcomeDialog.hpp Normalize line endings in already existing files 2019-09-08 22:27:57 +02:00