NOISSUE refactor Mod a bunch, get rid of dead code
This commit is contained in:
@ -40,7 +40,7 @@ void MCModInfoFrame::updateWithMod(Mod &m)
|
||||
else
|
||||
text = "<a href=\"" + m.homeurl() + "\">" + name + "</a>";
|
||||
if (!m.authors().isEmpty())
|
||||
text += " by " + m.authors();
|
||||
text += " by " + m.authors().join(", ");
|
||||
|
||||
setModText(text);
|
||||
|
||||
|
@ -16,8 +16,6 @@
|
||||
#pragma once
|
||||
#include <QTreeView>
|
||||
|
||||
class Mod;
|
||||
|
||||
class ModListView: public QTreeView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -16,8 +16,6 @@
|
||||
#pragma once
|
||||
#include <QTreeView>
|
||||
|
||||
class Mod;
|
||||
|
||||
class VersionListView : public QTreeView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user