Update app/rumblegraphviewer.cpp
This commit is contained in:
parent
b2fcdd1762
commit
3f0d4641b1
@ -19,7 +19,7 @@ RumbleGraphViewer::~RumbleGraphViewer() {
|
||||
delete ui;
|
||||
}
|
||||
|
||||
void RumbleGraphViewer::SetRumbleGraphFile(const std::shared_ptr<RawFile> aRawFile) {
|
||||
void RumbleGraphViewer::SetRumbleGraphFile(const XRawFile* aRawFile) {
|
||||
mRumbleGraphFile = aRawFile;
|
||||
|
||||
QDataStream rawFileStream;//(mRumbleGraphFile->contents.toLatin1());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user