mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-26 02:21:43 +08:00
Fix a typo
This commit is contained in:
parent
23620c2b9a
commit
69674d5f81
@ -28,7 +28,7 @@ int main(int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
|
|
||||||
// 1. create a window that conatins a line-edit to edit a function
|
// 1. create a window that contains a line-edit to edit a function
|
||||||
// and a JKQTPlotter to display the function, combine everything in a layout
|
// and a JKQTPlotter to display the function, combine everything in a layout
|
||||||
QWidget mainWin;
|
QWidget mainWin;
|
||||||
JKQTPlotter* plot=new JKQTPlotter(&mainWin);
|
JKQTPlotter* plot=new JKQTPlotter(&mainWin);
|
||||||
|
Loading…
Reference in New Issue
Block a user