mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-19 12:08:23 -05:00
+3
-2
@@ -17,13 +17,13 @@ public:
|
||||
explicit SqlTextEdit(QWidget *parent = 0);
|
||||
virtual ~SqlTextEdit();
|
||||
|
||||
int getErrorIndicatorNumber() const { return errorIndicatorNumber; }
|
||||
|
||||
static SqlUiLexer* sqlLexer;
|
||||
|
||||
public slots:
|
||||
void reloadKeywords();
|
||||
void reloadSettings();
|
||||
void clearErrorIndicators();
|
||||
void setErrorIndicator(int fromRow, int fromIndex, int toRow, int toIndex);
|
||||
|
||||
protected:
|
||||
void dropEvent(QDropEvent* e);
|
||||
@@ -32,6 +32,7 @@ private:
|
||||
void setupSyntaxHighlightingFormat(const QString& settings_name, int style);
|
||||
|
||||
int errorIndicatorNumber;
|
||||
bool showErrorIndicators;
|
||||
|
||||
private slots:
|
||||
void updateLineNumberAreaWidth();
|
||||
|
||||
Reference in New Issue
Block a user