1 /** Aesalon, a tool to visualize program behaviour in real time.
2 Copyright (C) 2009-2011, Aesalon development team.
4 Aesalon is distributed under the terms of the GNU GPLv3. See
5 the included file LICENSE for more information.
7 @file include/artisan/Viewport.h
10 #ifndef AesalonArtisan_Viewport_H
11 #define AesalonArtisan_Viewport_H
17 class Viewport
: public QWidget
{
19 virtual ~Viewport() {}
22 } // namespace Artisan