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

@@ -2,6 +2,9 @@
#include <QSettings>
#include <QColor>
// CaptureModification is a single modification in the screenshot drawn
// by the user.
CaptureModification::CaptureModification(
const Button::Type t, QPoint p) : m_type(t) {
m_coords.append(p);