Skip to content

Commit

Permalink
Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen authored Dec 20, 2024
1 parent 51e6379 commit b704152
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions QMLComponents/analysisform.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public slots:
Q_INVOKABLE void refreshAnalysis();
Q_INVOKABLE bool initialized() const { return _initialized; }
Q_INVOKABLE QString generateWrapper() const;
Q_INVOKABLE QString parseOptions(QString options);
Q_INVOKABLE QString parseOptions(QString options);

void addControlError(JASPControl* control, QString message, bool temporary = false, bool warning = false, bool closeable = true);
void clearControlError(JASPControl* control);
Expand Down Expand Up @@ -181,8 +181,8 @@ public slots:
void sortControls(QList<JASPControl*>& controls);
QString getSyntaxName(const QString& name) const;
void setHasVolatileNotes(bool hasVolatileNotes);
void setActiveJASPControl(JASPControl* control, bool hasActiveFocus);
JASPControl* getActiveJASPControl() { return _activeJASPControl; }
void setActiveJASPControl(JASPControl* control, bool hasActiveFocus);
JASPControl* getActiveJASPControl() { return _activeJASPControl; }

static const QString rSyntaxControlName;

Expand Down

0 comments on commit b704152

Please sign in to comment.