The definition I have been given for a quasi-cyclic graph is as follows: a graph $G=(V, E)$ is quasi-cyclic if $1)$ it contains a unique cycle $C=(V(C), E(C))$ and $2)$ for each edge $xy$ in $E$ at least one of the vertices $x, y$ is contained in $V(C)$ the vertex set of $C$.
I really don't know how to approach this but I have been given that the line graph of a quasi cyclic graph is a cyclic sequence of cliques of size at least 2, and that every clique or size larger than 3 contains a Hamiltonian cycle.
Any help with a proof would be much appreciated as I've been stuck on this for ages!
Here is an example of a quasi-cyclic graph together with its dual:
As the quasi-cyclic graph, $G$ only has one cycle $C$, the dual of that circle $C$ is also a cycle $C'$. Pick a vertex on $C$, all edges connected to it form the vertexes of a complete graph on the dual. Any complete graph with more than three vertexes has a Hamiltonian cycle: pick any vertex and move to a vertex unvisited before in the complete graph until you can no longer do it and comes back to the original vertex. You can do this traversing business because every vertex has a degree of at least 2.