Added some class descriptions and Doxygen config.
This commit is contained in:
parent
343390ff38
commit
43c3835350
4 changed files with 2464 additions and 0 deletions
|
|
@ -11,6 +11,10 @@
|
|||
#include "expected.h"
|
||||
|
||||
|
||||
/** \brief Model class for the list of connections.
|
||||
*
|
||||
* This class also allows for the editing of the list.
|
||||
*/
|
||||
class ConnectionListModel : public QAbstractListModel {
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue