NOISSUE tabs -> spaces

This commit is contained in:
Petr Mrázek
2018-07-15 14:51:05 +02:00
parent 03280cc62e
commit bbb3b3e6f6
577 changed files with 51938 additions and 51938 deletions

View File

@ -7,25 +7,25 @@ class QListView;
class LanguageWizardPage : public BaseWizardPage
{
Q_OBJECT
Q_OBJECT
public:
explicit LanguageWizardPage(QWidget *parent = Q_NULLPTR);
explicit LanguageWizardPage(QWidget *parent = Q_NULLPTR);
virtual ~LanguageWizardPage();
virtual ~LanguageWizardPage();
bool wantsRefreshButton() override;
bool wantsRefreshButton() override;
void refresh() override;
void refresh() override;
bool validatePage() override;
bool validatePage() override;
protected:
void retranslate() override;
void retranslate() override;
protected slots:
void languageRowChanged(const QModelIndex &current, const QModelIndex &previous);
void languageRowChanged(const QModelIndex &current, const QModelIndex &previous);
private:
QVBoxLayout *verticalLayout = nullptr;
QListView *languageView = nullptr;
QVBoxLayout *verticalLayout = nullptr;
QListView *languageView = nullptr;
};