diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-12-02 13:38:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-02 13:38:26 -0600 |
| commit | ffdc5ca7ccb24bc937ed5418b7a6e5a1b7d719dd (patch) | |
| tree | 66f9ecd51775c9e184b1679fc2d6fecc74fb1d8a /src/pluginlist.h | |
| parent | c55a923bb8b9b66661f32beed8445602400ef318 (diff) | |
| parent | e19597ee4e8d045d61bd6c4a85e280e500475ed6 (diff) | |
Merge pull request #133 from Silarn/mainline_dev
Final highlighting changes
Diffstat (limited to 'src/pluginlist.h')
| -rw-r--r-- | src/pluginlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pluginlist.h b/src/pluginlist.h index 19e98989..8d1a5491 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -22,6 +22,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <directoryentry.h>
#include <ipluginlist.h>
+#include "profile.h"
namespace MOBase { class IPluginGame; }
#include <QString>
@@ -200,7 +201,7 @@ public: static QString getColumnName(int column);
static QString getColumnToolTip(int column);
- void highlightPlugins(const QItemSelection &selected, const MOShared::DirectoryEntry &directoryEntry);
+ void highlightPlugins(const QItemSelection &selected, const MOShared::DirectoryEntry &directoryEntry, const Profile &profile);
void refreshLoadOrder();
|
