Skip to content

Commit

Permalink
Fixed missing include and updated link.
Browse files Browse the repository at this point in the history
  • Loading branch information
cboulay committed Dec 23, 2019
1 parent bbcf3c5 commit be0e5f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/******************************************************************************************
Application to allow the viewing and editing of XDF files. Currently, only text chunks
can be viewed and edited. The specifications for xdf files are available at
https://code.google.com/p/xdf/wiki/Specifications.
https://github.com/sccn/xdf/wiki/Specifications.
Written by Matthew Grivich, SCCN/UCSD, May 2014.
*******************************************************************************************/

#include "mainwindow.h"
#include <QApplication>
int main(int argc, char *argv[]) {
QApplication a(argc, argv);
Expand Down

0 comments on commit be0e5f8

Please sign in to comment.