Base: apply clang format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user