diff options
Diffstat (limited to 'Plugins/SqlEnterpriseFormatter/formatcopy.h')
| -rw-r--r-- | Plugins/SqlEnterpriseFormatter/formatcopy.h | 20 |
1 files changed, 0 insertions, 20 deletions
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 |
