mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-04 04:16:57 +03:00
NOISSUE make LaunchStep::bind private
Static analysis was complaining about it.
This commit is contained in:
parent
2c03c67c36
commit
e3ab393cec
1 changed files with 3 additions and 3 deletions
|
|
@ -31,8 +31,8 @@ public: /* methods */
|
|||
};
|
||||
virtual ~LaunchStep() {};
|
||||
|
||||
protected: /* methods */
|
||||
virtual void bind(LaunchTask *parent);
|
||||
private: /* methods */
|
||||
void bind(LaunchTask *parent);
|
||||
|
||||
signals:
|
||||
void logLines(QStringList lines, MessageLevel::Enum level);
|
||||
|
|
@ -47,4 +47,4 @@ public slots:
|
|||
|
||||
protected: /* data */
|
||||
LaunchTask *m_parent;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue