mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Rename interface
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user