Skip to content

Commit

Permalink
En kännösvälinta
Browse files Browse the repository at this point in the history
  • Loading branch information
artoh committed Dec 18, 2024
1 parent 47eaf49 commit 93c6e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kitsas/aloitussivu/tervetulodialogi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ TervetuloDialogi::TervetuloDialogi() :
ui->fiKieli->setChecked(true);

paivitaVersio();
connect(ui->fiKieli, &QRadioButton::toggled, this, &TervetuloDialogi::kieliVaihtui );
connect(ui->svKieli, &QRadioButton::toggled, this, &TervetuloDialogi::kieliVaihtui );
connect(ui->enKieli, &QRadioButton::toggled, this, &TervetuloDialogi::kieliVaihtui );
}

void TervetuloDialogi::accept()
Expand Down
2 changes: 1 addition & 1 deletion kitsas/versio.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/

#define KITSAS_VERSIO "5.8"
#define KITSAS_BUILD "A"
#define KITSAS_BUILD "B"

// #define KITSAS_PORTABLE // Windowsin Portable-versiossa (ei asenneta)
// #define KITSAS_DEVEL
Expand Down

0 comments on commit 93c6e03

Please sign in to comment.