aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/sqlview.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/guiSQLiteStudio/sqlview.h')
-rw-r--r--SQLiteStudio3/guiSQLiteStudio/sqlview.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/SQLiteStudio3/guiSQLiteStudio/sqlview.h b/SQLiteStudio3/guiSQLiteStudio/sqlview.h
index 7358a43..85e5b54 100644
--- a/SQLiteStudio3/guiSQLiteStudio/sqlview.h
+++ b/SQLiteStudio3/guiSQLiteStudio/sqlview.h
@@ -12,7 +12,6 @@ class GUI_API_EXPORT SqlView : public QTextEdit
public:
explicit SqlView(QWidget *parent = 0);
- void setSqliteVersion(int version);
void setTextBackgroundColor(int from, int to, const QColor& color);
private: