Skip to content

Commit

Permalink
Use hexadecimal for offsets
Browse files Browse the repository at this point in the history
Pointer to structures now show the offset
  • Loading branch information
ragundo committed Jan 28, 2020
1 parent 2cc2dfc commit 915556d
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 92 deletions.
2 changes: 1 addition & 1 deletion dwarfexplorer/MainWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <Core.h>
#include <QCloseEvent>
#include <QSortFilterProxyModel>
#include <QTreeView.h>
#include <QTreeView>

#include "QtModel/df_proxy_model.h"
#include "df_model.h"
Expand Down
Loading

0 comments on commit 915556d

Please sign in to comment.