looqs/gui/previewresultodt.h

11 baris
236 B
C
Mentah Pandangan Normal Riwayat

2022-07-24 11:41:25 +02:00
#ifndef PREVIEWRESULTODT_H
#define PREVIEWRESULTODT_H
#include "previewresultplaintext.h"
class PreviewResultOdt : public PreviewResultPlainText
{
using PreviewResultPlainText::PreviewResultPlainText;
};
#endif // PREVIEWRESULTODT_H