Skip to content

Commit

Permalink
Fix file case
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Sep 9, 2024
1 parent df4b50d commit 1902afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleCrypt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "simplecrypt.h"
#include "SimpleCrypt.h"
#include <QByteArray>
#include <QtDebug>
#include <QtGlobal>
Expand Down

0 comments on commit 1902afb

Please sign in to comment.