mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 12:26:58 +03:00
NOISSUE fix all sorts of warnings, enable Werror and pedantic
This commit is contained in:
parent
b5f636b3d5
commit
7fe94ca7b4
21 changed files with 55 additions and 49 deletions
|
|
@ -10,12 +10,12 @@ FileSink::FileSink(QString filename)
|
|||
:m_filename(filename)
|
||||
{
|
||||
// nil
|
||||
};
|
||||
}
|
||||
|
||||
FileSink::~FileSink()
|
||||
{
|
||||
// nil
|
||||
};
|
||||
}
|
||||
|
||||
JobStatus FileSink::init(QNetworkRequest& request)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue