Skip to content

Commit

Permalink
wrong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamiand committed Jul 11, 2024
1 parent e62bc53 commit f5e3cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-07-02-Basic_viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main(int argc, char* argv[])
<li>to enable easy customization of the drawing by using the <code>Graphics_scene_options</code> class;</li>
<li>to enable different data structures within the same window, by using the <code>Graphics_scene</code> class;</li>
<li>to use the basic viewer in a full Qt application, thanks to the widget <code>CGAL::Qt::Basic_viewer</code>;</li>
<li>to add some (limited) interaction with users, through different keyboard shortcuts, by using the class <code>CGAL::Qt::QApplication_and_basic_viewer</code> which regroups a </code>Qt::QApplication and a <code>CGAL::Qt::Basic_viewer</code>.</li>
<li>to add some (limited) interaction with users, through different keyboard shortcuts, by using the class <code>CGAL::Qt::QApplication_and_basic_viewer</code> which regroups a <code>Qt::QApplication</code> and a <code>CGAL::Qt::Basic_viewer</code>.</li>
</ul>


Expand Down

0 comments on commit f5e3cef

Please sign in to comment.