mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2026-01-04 21:15:27 +01:00
changed indenttion of public slots
This commit is contained in:
@@ -12,7 +12,7 @@ public:
|
||||
bool checkEdit(QLineEdit *edit);
|
||||
void setEditFromColor(int val, QColor color);
|
||||
void enableKey(bool op);
|
||||
public slots:
|
||||
public slots:
|
||||
void openColorSelectRange();
|
||||
void openColorSelectTolerance();
|
||||
void colorAdd();
|
||||
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
void updateList();
|
||||
void setSubFilter(const QString &num);
|
||||
void setFrameIndex(int i);
|
||||
public slots:
|
||||
public slots:
|
||||
void addClicked();
|
||||
void rmvClicked();
|
||||
void upClicked();
|
||||
|
||||
@@ -24,7 +24,7 @@ public:
|
||||
QCheckBox *chk_record;
|
||||
QPushButton *btn_start, *btn_select;
|
||||
QComboBox *video_type;
|
||||
public slots:
|
||||
public slots:
|
||||
void btn_Select();
|
||||
void btn_Start();
|
||||
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
QCheckBox *chk_record;
|
||||
QComboBox *video_type;
|
||||
|
||||
public slots:
|
||||
public slots:
|
||||
void btn_SetSourceFile();
|
||||
void btn_SetOutputDir();
|
||||
void btn_Start();
|
||||
|
||||
@@ -12,7 +12,7 @@ public:
|
||||
SearchWindow(QWidget *parent = 0);
|
||||
void createControls();
|
||||
void setFiltersControl(QComboBox *filter_box, QListWidget *custom);
|
||||
public slots:
|
||||
public slots:
|
||||
void search_filter();
|
||||
void add_current();
|
||||
void set_subf();
|
||||
|
||||
Reference in New Issue
Block a user