[TD]CI clang warnings

This commit is contained in:
wandererfan
2022-08-23 15:32:13 -04:00
committed by WandererFan
parent 181b5af6a6
commit acf17905ed
246 changed files with 3944 additions and 4241 deletions

View File

@@ -96,15 +96,10 @@ public:
explicit TaskSelectLineAttributes(lineAttributes * ptActiveAttributes);
~TaskSelectLineAttributes() override;
public Q_SLOTS:
public:
virtual bool accept();
virtual bool reject();
void updateTask();
protected Q_SLOTS:
protected:
void changeEvent(QEvent *e) override;
@@ -133,7 +128,6 @@ public:
/// is called by the framework if the dialog is rejected (Cancel)
bool reject() override;
/// is called by the framework if the user presses the help button
void helpRequested() override { return;}
bool isAllowedAlterDocument() const override
{ return false; }
void update();