From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- Plugins/SqlEnterpriseFormatter/formatcopy.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Plugins/SqlEnterpriseFormatter/formatcopy.h (limited to 'Plugins/SqlEnterpriseFormatter/formatcopy.h') diff --git a/Plugins/SqlEnterpriseFormatter/formatcopy.h b/Plugins/SqlEnterpriseFormatter/formatcopy.h deleted file mode 100644 index c0125e9..0000000 --- a/Plugins/SqlEnterpriseFormatter/formatcopy.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef FORMATCOPY_H -#define FORMATCOPY_H - -#include "formatstatement.h" - -class SqliteCopy; - -class FormatCopy : public FormatStatement -{ - public: - FormatCopy(SqliteCopy* copy); - - protected: - void formatInternal(); - - private: - SqliteCopy* copy = nullptr; -}; - -#endif // FORMATCOPY_H -- cgit v1.2.3