summaryrefslogtreecommitdiff
path: root/src/lib.h
blob: 14f63c1626f9e42d7f276748b1ae46208a985225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Helper functions that various classes utilize */

#include <QMainWindow>

#include "assignmentList.h"

AssignmentList *getMainWindow();

QDialog *getParentDialog();

// used to clear out a layout when a refresh occurs
void recursiveClear(QLayout *layout);