Base: apply clang format

This commit is contained in:
wmayer
2023-11-10 18:27:44 +01:00
committed by WandererFan
parent bb333d9a74
commit 985def3416
154 changed files with 11874 additions and 9872 deletions

View File

@@ -31,7 +31,7 @@
namespace Base
{
class BaseExport FutureWatcherProgress : public QObject
class BaseExport FutureWatcherProgress: public QObject
{
Q_OBJECT
@@ -41,8 +41,8 @@ public:
FutureWatcherProgress(const FutureWatcherProgress&) = delete;
FutureWatcherProgress(FutureWatcherProgress&&) = delete;
FutureWatcherProgress& operator= (const FutureWatcherProgress&) = delete;
FutureWatcherProgress& operator= (FutureWatcherProgress&&) = delete;
FutureWatcherProgress& operator=(const FutureWatcherProgress&) = delete;
FutureWatcherProgress& operator=(FutureWatcherProgress&&) = delete;
public Q_SLOTS:
void progressValueChanged(int value);
@@ -51,6 +51,6 @@ private:
Base::SequencerLauncher seq;
unsigned int steps, current;
};
}
} // namespace Base
#endif // BASE_FUTUREWATCHER_H
#endif // BASE_FUTUREWATCHER_H