Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Version 0.9.2
Browse files Browse the repository at this point in the history
-removed incorrect database entries
  • Loading branch information
NikolajSchlej committed May 31, 2014
1 parent 4a3a9a4 commit 7835ff0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion fd44editor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<bool>true</bool>
</property>
<property name="windowTitle">
<string>FD44Editor 0.9.1</string>
<string>FD44Editor 0.9.2</string>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
Expand Down
31 changes: 5 additions & 26 deletions motherboards.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,52 +431,31 @@ const motherboard_t SUPPORTED_MOTHERBOARDS_LIST[] =
//Z87
{
"MAXIMUS-VI-EXTREME",
UUID,
GbE,
QByteArray(),
None,
QByteArray(),
},{
"MAXIMUS-VI-HERO",
UUID,
GbE,
QByteArray(),
None,
QByteArray(),
},{
"SABERTOOTH-Z87",
UUID,
GbE,
QByteArray(),
None,
QByteArray(),
},{
"Z87-DELUXE",
UUID,
GbE,
QByteArray(),
None,
QByteArray(),
},{
"Z87-EXPERT",
UUID,
QByteArray(),
None,
QByteArray(),
},{
"Z87I-PRO",
UUID,
QByteArray(),
None,
QByteArray(),
},{
"Z87-PLUS",
UUID,
QByteArray(),
None,
QByteArray(),
},

// Z97
{
"Z97-A",
UUID,
GbE,
QByteArray(),
None,
QByteArray(),
Expand Down

0 comments on commit 7835ff0

Please sign in to comment.