mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-04-01 21:11:11 +00:00
Add descriptive class comments
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include "buttonhandler.h"
|
||||
#include <QPoint>
|
||||
|
||||
// ButtonHandler is a habdler for every active button. It makes easier to
|
||||
// manipulate the buttons as a unit.
|
||||
|
||||
namespace {
|
||||
const int SEPARATION = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user