mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-12 21:44:06 +00:00
15 lines
171 B
C++
15 lines
171 B
C++
#ifndef WAYLANDUTILS_H
|
|
#define WAYLANDUTILS_H
|
|
|
|
class WaylandUtils
|
|
{
|
|
public:
|
|
WaylandUtils();
|
|
|
|
static bool waylandDetected();
|
|
|
|
private:
|
|
};
|
|
|
|
#endif // WAYLANDUTILS_H
|