Skip to content

Commit

Permalink
fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridenko committed Nov 12, 2018
1 parent b347c06 commit 2475d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/OptionsGeneralPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ OptionsGeneralPage::OptionsGeneralPage(QWidget *parent)
*/
layout->addStretch();
}

/*
void OptionsGeneralPage::ssUpdateForNever()
{
if (m_ssNever->isChecked())
Expand All @@ -153,7 +153,7 @@ void OptionsGeneralPage::ssUpdateForOthers(bool checked)
if (!checked && m_ssNever->isChecked())
m_ssNever->setChecked(false);
}

*/
void OptionsGeneralPage::fillLanguageComboBox()
{
QMap<QString, QString> supportedLanguages = bcApp->languageController()->supportedLanguages();
Expand Down

0 comments on commit 2475d15

Please sign in to comment.