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

@@ -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;
}