First commit
This commit is contained in:
16
src/tools.h
Normal file
16
src/tools.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef TOOLS_H
|
||||
#define TOOLS_H
|
||||
|
||||
#include <QColor>
|
||||
|
||||
class Tools
|
||||
{
|
||||
public:
|
||||
Tools();
|
||||
|
||||
static QColor getRandomColor();
|
||||
static QColor getForegroundColor(QColor background);
|
||||
|
||||
};
|
||||
|
||||
#endif // TOOLS_H
|
||||
Reference in New Issue
Block a user