update Contributors.md
This commit is contained in:
parent
5e38f45a11
commit
7f2eaeeaa4
|
@ -33,7 +33,7 @@ author:
|
|||
|
||||
### Theme Ä«Âä
|
||||
|
||||
author: Ltabsyy(Ltabsyy@github)
|
||||
author: 墨落成白 Ltabsyy(Ltabsyy@github)
|
||||
|
||||
## Color Schemes
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ int findDotPosition(const QString &fileName)
|
|||
FilenameEditDelegate::FilenameEditDelegate(QObject *parent) : QStyledItemDelegate(parent) {}
|
||||
|
||||
// Use our custom component when creating the editor.
|
||||
QWidget *FilenameEditDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const
|
||||
QWidget *FilenameEditDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &/*option*/, const QModelIndex &/*index*/) const
|
||||
{
|
||||
FilenameLineEdit *editor = new FilenameLineEdit(parent);
|
||||
return editor;
|
||||
|
|
Loading…
Reference in New Issue