diff options
| author | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-01-01 15:29:50 +0100 |
|---|---|---|
| committer | Krzysztof Starecki <krzysztof.starecki@gmail.com> | 2019-01-01 15:29:50 +0100 |
| commit | 63b21894160bf10675b36a4519afccdef6567900 (patch) | |
| tree | 523af9fa1d64f224b6fc8ab3db566cadc5532690 /src/downloadlist.h | |
| parent | 79ccbccb1bc6e7794ec92d3da7ef762bd7d252bf (diff) | |
Remove unused import, fix accidental indent
Diffstat (limited to 'src/downloadlist.h')
| -rw-r--r-- | src/downloadlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/downloadlist.h b/src/downloadlist.h index 2c32a397..bf0cdc37 100644 --- a/src/downloadlist.h +++ b/src/downloadlist.h @@ -21,7 +21,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #define DOWNLOADLIST_H
#include <QAbstractTableModel>
-#include <QFontMetrics>
class DownloadManager;
|
