~ubuntu-branches/ubuntu/trusty/fritzing/trusty-proposed

« back to all changes in this revision

Viewing changes to src/eagle/fritzing2eagle.cpp

  • Committer: Package Import Robot
  • Author(s): Enrique Hernández Bello
  • Date: 2012-11-11 21:38:56 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121111213856-0825ywdrtdcshl91
Tags: 0.7.10b-1
* New upstream version. Closes: #661495, #692998
* Removed useless patches.
* Removed SetupAPI.lib from sourceless files.
* Skip dfsg tarball creation if there are no sourceless files.
* Added libqt4-sql-sqlite to dependencies. Thanks to Tom Hummel <tom@bluespice.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
********************************************************************
20
20
 
21
 
$Revision: 6112 $:
22
 
$Author: cohen@irascible.com $:
23
 
$Date: 2012-06-28 00:18:10 +0200 (Thu, 28 Jun 2012) $
 
21
$Revision: 6469 $:
 
22
$Author: irascibl@gmail.com $:
 
23
$Date: 2012-09-23 00:54:30 +0200 (Sun, 23 Sep 2012) $
24
24
 
25
25
********************************************************************/
26
26
 
31
31
#include <QChar>
32
32
#include <QTime>
33
33
#include <QKeyEvent>
34
 
#include <QCloseEvent>
35
34
#include <QScrollBar>
36
35
#include <QMessageBox>
37
36