Skip to content

Commit

Permalink
Revert "Build on Apple Silicon"
Browse files Browse the repository at this point in the history
This reverts commit 80c377d.
  • Loading branch information
alexmucde committed Aug 17, 2023
1 parent 80c377d commit a73dd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdlt/qdltconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void QDltConnection::add(const QByteArray &bytes)
{
bytesReceived += bytes.size();

data = static_cast<QByteArray>(dataView) + bytes;
data = dataView + bytes;

dataView.align(data);
}
Expand Down

0 comments on commit a73dd35

Please sign in to comment.