classe web+ test main

This commit is contained in:
p2405951
2025-06-20 12:00:19 +02:00
parent 213f8e1217
commit 0ca9c535c5
3 changed files with 125 additions and 6 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef WEB_H
#define WEB_H
#include <QList>
#include <mainwindow.h>
#include "path.h"
class Web
{
private:
QList<Path*> list;
public:
Web();
Web(const QList<Path*> &list);
void siteHtml();
};
#endif // WEB_H