Mercurial > trustbridge
diff ui/mainwindow.h @ 375:9e38a4bcd44e
Move certificateitem role into the certificateitemdelagate where it belongs.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 15 Apr 2014 12:06:03 +0200 |
parents | 6cc124e79066 |
children | 3be838c3e4d8 |
line wrap: on
line diff
--- a/ui/mainwindow.h Tue Apr 15 12:05:22 2014 +0200 +++ b/ui/mainwindow.h Tue Apr 15 12:06:03 2014 +0200 @@ -45,13 +45,6 @@ NewSoftwareAvailable, TransferError }; - - enum ItemRole { - DetailsRole = Qt::UserRole, /* The certificate details for the window */ - StatusRole, /* Certificate status */ - B64LineRole /* The I:/R: <cert> line */ - }; - CurrentState getState() {return mCurState;} void setState(CurrentState state) {mCurState = state;}