mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
separadas en ficheros todas las clases que habia en custom_widgets.h/.cpp
eliminado c?digo que ya no se usaba en custom_widgets.h/.cpp
This commit is contained in:
@ -1,18 +1,9 @@
|
||||
#ifndef __OPTIONS_DIALOG_H
|
||||
#define __OPTIONS_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QLabel>
|
||||
#include <QLineEdit>
|
||||
#include <QPushButton>
|
||||
#include <QSlider>
|
||||
#include <QPushButton>
|
||||
#include <QRadioButton>
|
||||
#include <QCheckBox>
|
||||
#include <QSettings>
|
||||
#include "pictureflow.h"
|
||||
#include "yacreader_options_dialog.h"
|
||||
|
||||
#include "custom_widgets.h"
|
||||
#include "yacreader_global.h"
|
||||
|
||||
extern FlowType flowType;
|
||||
|
||||
|
Reference in New Issue
Block a user