Skip to content

Commit 5c705b5

Browse files
committed
mini_analyser: sample viewer improvements
1 parent c0b5527 commit 5c705b5

9 files changed

+221
-53
lines changed

mini_analyser/src/about.h

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#ifndef ABOUT_H
2424
#define ABOUT_H
25+
/* ************************************************************************** */
2526

2627
#include <QDialog>
2728

@@ -50,4 +51,5 @@ private slots:
5051
Ui::About *ui;
5152
};
5253

54+
/* ************************************************************************** */
5355
#endif // ABOUT_H

mini_analyser/src/fourcchelper.h

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
#ifndef FOURCCHELPER_H
2424
#define FOURCCHELPER_H
25+
/* ************************************************************************** */
2526

2627
#include <QDialog>
2728
#include <QButtonGroup>
@@ -71,4 +72,5 @@ private slots:
7172
QByteArray internal_hex;
7273
};
7374

75+
/* ************************************************************************** */
7476
#endif // FOURCCHELPER_H

mini_analyser/src/mediawrapper.h

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
// minivideo library
2828
#include <minivideo.h>
2929

30-
#include <vector>
3130
#include <chrono>
3231

3332
#include <QObject>

0 commit comments

Comments
 (0)