mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
de04ff82a7
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> |
||
---|---|---|
.. | ||
switcher | ||
ColorPickerDialog.cpp | ||
ColorPickerDialog.hpp | ||
EmotePopup.cpp | ||
EmotePopup.hpp | ||
IrcConnectionEditor.cpp | ||
IrcConnectionEditor.hpp | ||
IrcConnectionEditor.ui | ||
LastRunCrashDialog.cpp | ||
LastRunCrashDialog.hpp | ||
LoginDialog.cpp | ||
LoginDialog.hpp | ||
NotificationPopup.cpp | ||
NotificationPopup.hpp | ||
QualityPopup.cpp | ||
QualityPopup.hpp | ||
SelectChannelDialog.cpp | ||
SelectChannelDialog.hpp | ||
SettingsDialog.cpp | ||
SettingsDialog.hpp | ||
TextInputDialog.cpp | ||
TextInputDialog.hpp | ||
UpdateDialog.cpp | ||
UpdateDialog.hpp | ||
UserInfoPopup.cpp | ||
UserInfoPopup.hpp | ||
WelcomeDialog.cpp | ||
WelcomeDialog.hpp |