mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
Fixed Linux compilation error.
This commit is contained in:
parent
a535519fbc
commit
4a158ea789
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void Nitpick::on_tabWidget_currentChanged(int index) {
|
||||||
// Enable the GitHub edit boxes as required
|
// Enable the GitHub edit boxes as required
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
if (index == 0 || index == 2 || index == 3) {
|
if (index == 0 || index == 2 || index == 3) {
|
||||||
#elif defined Q_OS_MAC
|
#else
|
||||||
if (index == 0 || index == 1 || index == 2) {
|
if (index == 0 || index == 1 || index == 2) {
|
||||||
#endif
|
#endif
|
||||||
_ui.userLineEdit->setDisabled(false);
|
_ui.userLineEdit->setDisabled(false);
|
||||||
|
|
Loading…
Reference in a new issue