Fix a test crash.

merge-requests/12/head
Roman Telezhynskyi 2020-12-24 13:04:56 +02:00
parent 60c6c9e5f4
commit de6e4d6fed
1 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
#ifndef TESTVAPPLICATION_H
#define TESTVAPPLICATION_H
#include "vabstractapplication.h"
#include "vabstractvalapplication.h"
#include "projectversion.h"
#include "../vmisc/vsettings.h"
@ -40,12 +40,12 @@
class VTestSettings;
class TestVApplication : public VAbstractApplication
class TestVApplication : public VAbstractValApplication
{
Q_OBJECT
public:
TestVApplication(int &argc, char ** argv)
: VAbstractApplication(argc, argv),
: VAbstractValApplication(argc, argv),
m_trVars(nullptr)
{
setApplicationName("ValentinaTest");