Rename interface

This commit is contained in:
Chocobo1
2022-07-18 23:11:09 +08:00
parent 4fd5037c10
commit f7ae010274
3 changed files with 10 additions and 10 deletions

View File

@@ -35,8 +35,8 @@
namespace Private
{
class FileComboEdit;
class FileEditorWithCompletion;
class FileLineEdit;
class IFileEditorWithCompletion;
}
/*!
@@ -92,7 +92,7 @@ signals:
void selectedPathChanged(const Path &path);
protected:
explicit FileSystemPathEdit(Private::FileEditorWithCompletion *editor, QWidget *parent);
explicit FileSystemPathEdit(Private::IFileEditorWithCompletion *editor, QWidget *parent);
template <class Widget>
Widget *editWidget() const