Slic3r/src/GUI/Notifier.hpp
2018-07-11 22:14:51 -05:00

16 lines
263 B
C++

#ifndef NOTIFIER_HPP
#define NOTIFIER_HPP
namespace Slic3r { namespace GUI {
/// Class to perform window manager notifications using Growl and/or DBus XWindow
class Notifier {
public:
Notifier() { }
};
}} // Namespace Slic3r::GUI
#endif // NOTIFIER_HPP