Rename Some _p.h headers to .h

Easier for vscode to toggle between header the source
This commit is contained in:
Sergio Martins
2022-05-29 20:24:11 +01:00
parent 85f02d8ceb
commit 6d760cb5e1
7 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
* @author Sérgio Martins \<sergio.martins@kdab.com\>
*/
#include "ObjectViewer_p.h"
#include "ObjectViewer.h"
#include <QStandardItem>
#include <QApplication>