#pragma once
#ifndef VIEWERPOPUP_H
#define VIEWERPOPUP_H
#include "flipbook.h"
//=============================================================================
// ViewerPopup
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
// ||
// || OBSOLETO
// \/
//-----------------------------------------------------------------------------
/*
class ViewerPopup final : public FlipBook
{
Q_OBJECT
public:
ViewerPopup(QWidget *parent = 0, Qt::WFlags flags=0);
protected slots:
void onVisibilityChange(bool visible);
};
*/
//-----------------------------------------------------------------------------
// /\
// || OBSOLETO
// ||
//-----------------------------------------------------------------------------
#endif // VIEWERPOPUP_H