01b274f1da
This is to prevent confusion both when prefixing commits and when reading the directory structure for the first time.
8 lines
89 B
C++
8 lines
89 B
C++
#pragma once
|
|
|
|
#include <QCheckBox>
|
|
|
|
class MuteCheckBox : public QCheckBox {
|
|
Q_OBJECT
|
|
};
|