16 lines
188 B
C++
16 lines
188 B
C++
#include "PlgPage.h"
|
|
|
|
//PglPage::PglPage()
|
|
//{
|
|
|
|
//}
|
|
|
|
std::vector<QAction*> PlgPage::getToolbarActions()
|
|
{
|
|
return std::vector<QAction*>();
|
|
}
|
|
|
|
bool PlgPage::canClose()
|
|
{
|
|
return true;
|
|
}
|