##// END OF EJS Templates
ElfFile classes WIP....
ElfFile classes WIP. Python generator script fixes.

File last commit:

r40:91ff842275d6 default
r40:91ff842275d6 default
Show More
PySocExplorer.h
13 lines | 392 B | text/x-c | CLexer
#include <QtCore/QObject>
#include <QtWidgets/QtWidgets>
#include "qhexspinbox.h"
#include "memsizewdgt.h"
#include "qhexedit/qhexedit.h"
#include "SocExplorerPlot.h"
#include "tcp_terminal_client.h"
#include "elf/elfparser.h"
#include "abstractexecfile.h"
#include "elf/elffile.h"
#include "elf/elffilewidget.h"
#include "elf/elfinfowdgt.h"
#include "QCustomPlot/qcustomplot.h"