#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