diff options
Diffstat (limited to 'gr-qtgui/include/gnuradio/qtgui/utils.h')
-rw-r--r-- | gr-qtgui/include/gnuradio/qtgui/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/include/gnuradio/qtgui/utils.h b/gr-qtgui/include/gnuradio/qtgui/utils.h index 4b2623de4e..2c51b24820 100644 --- a/gr-qtgui/include/gnuradio/qtgui/utils.h +++ b/gr-qtgui/include/gnuradio/qtgui/utils.h @@ -33,7 +33,7 @@ * From QSS file name, extracts the file contents and returns a * QString that contains the QSS information. Designed to be passed to * the qApplication. The QSS file is typically retrieved using the - * [qtgui] qss=<filename> section of the preferences files. + * [qtgui] qss=\<filename\> section of the preferences files. */ QTGUI_API QString get_qt_style_sheet(QString filename); |