mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-06 17:13:58 +00:00
Add descriptive class comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user