Skip to content

Commit

Permalink
Update chatpage.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Sep 4, 2024
1 parent 4603bb1 commit a239dd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/qt/chatpage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef CHATPAGE_H
#define CHATPAGE_H

#include <QWebView>
#include <QWidget>
#include <QStackedWidget>
#include <QNetworkAccessManager>
Expand All @@ -11,6 +10,9 @@
#include <QMap>
#include <QtGui>
#include <QtNetwork>
#include "Qwebview.cpp"
#include "webview.h"
#include "webview.cpp"
#include "clientmodel.h"
#include "serveur.h"
#include "serveur.cpp"
Expand Down

0 comments on commit a239dd1

Please sign in to comment.