Skip to content

Commit

Permalink
修复了串口的数组越界的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ym0n committed Jul 5, 2017
1 parent 071103d commit 7d48b91
Show file tree
Hide file tree
Showing 10 changed files with 1,006 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SmartHome/MainWindow/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int main(int argc, char *argv[])

//w.setWindowFlags(Qt::Window);
w.move((QApplication::desktop()->screen(1)->width() - w.width()) / 2,
(0));
(0));
w.showFullScreen();


Expand Down
Loading

0 comments on commit 7d48b91

Please sign in to comment.