Add descriptive class comments

This commit is contained in:
lupoDharkael
2017-05-10 23:45:31 +02:00
parent c4d9210c35
commit eed067bf32
8 changed files with 25 additions and 2 deletions

View File

@@ -4,6 +4,9 @@
#include <QToolTip>
#include <QSettings>
// Button represents a single button of the capture widget, it can enable
// multiple functionality.
namespace {
const int BUTTON_SIZE = 30;
}