blob: c52e2ec5c740e07498364e898f5d6c425eb42d9a [file] [log] [blame] [edit]
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file LICENSE.rst or https://cmake.org/licensing for details. */
#ifndef BLUB_H
#define BLUB_H
#include <QObject>
class Blub
{
public:
Blub();
void blubber();
};
#endif