This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PasswordEncryption/PasswordManagementWindow.h
T
2017-07-25 12:06:05 -05:00

8 lines
170 B
C++

#ifndef PASSWORDMANAGEMENTWINDOW_H_
#define PASSWORDMANAGEMENTWINDOW_H_
class PasswordManagementWindow : public QDialog, public CommonWindow, public ViewingWindow
{
};